| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton |
This is the Proton Service API Reference.
|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateEnvironmentAccountConnectionResponse> |
ProtonAsyncClient.createEnvironmentAccountConnection(Consumer<CreateEnvironmentAccountConnectionRequest.Builder> createEnvironmentAccountConnectionRequest)
Create an environment account connection in an environment account so that environment infrastructure resources
can be provisioned in the environment account from a management account.
|
default CreateEnvironmentAccountConnectionResponse |
ProtonClient.createEnvironmentAccountConnection(Consumer<CreateEnvironmentAccountConnectionRequest.Builder> createEnvironmentAccountConnectionRequest)
Create an environment account connection in an environment account so that environment infrastructure resources
can be provisioned in the environment account from a management account.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.builder() |
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.clientToken(String clientToken)
When included, if two identical requests are made with the same client token, Proton returns the environment
account connection that the first request created.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.codebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.componentRoleArn(String componentRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in the associated environment account.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.environmentName(String environmentName)
The name of the Proton environment that's created in the associated management account.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.managementAccountId(String managementAccountId)
The ID of the management account that accepts or rejects the environment account connection.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.tags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the Proton environment account connection.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An optional list of metadata items that you can associate with the Proton environment account connection.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.tags(Tag... tags)
An optional list of metadata items that you can associate with the Proton environment account connection.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEnvironmentAccountConnectionRequest.Builder> |
CreateEnvironmentAccountConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.