public static interface CreateEnvironmentAccountConnectionRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentAccountConnectionRequest.Builder,CreateEnvironmentAccountConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
codebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
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 |
environmentName(String environmentName)
The name of the Proton environment that's created in the associated management account.
|
CreateEnvironmentAccountConnectionRequest.Builder |
managementAccountId(String managementAccountId)
The ID of the management account that accepts or rejects the environment account connection.
|
CreateEnvironmentAccountConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEnvironmentAccountConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEnvironmentAccountConnectionRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account.
|
CreateEnvironmentAccountConnectionRequest.Builder |
tags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the Proton environment account connection.
|
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 |
tags(Tag... tags)
An optional list of metadata items that you can associate with the Proton environment account connection.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEnvironmentAccountConnectionRequest.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.
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 codebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of an IAM service role in the environment account. Proton uses this role to provision infrastructure resources using CodeBuild-based provisioning in the associated environment account.
codebuildRoleArn - The Amazon Resource Name (ARN) of an IAM service role in the environment account. Proton uses this
role to provision infrastructure resources using CodeBuild-based provisioning in the associated
environment account.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. It determines the scope of infrastructure that a component can provision in the account.
You must specify componentRoleArn to allow directly defined components to be associated with any
environments running in this account.
For more information about components, see Proton components in the Proton User Guide.
componentRoleArn - The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly
defined components in the associated environment account. It determines the scope of infrastructure
that a component can provision in the account.
You must specify componentRoleArn to allow directly defined components to be associated
with any environments running in this account.
For more information about components, see Proton components in the Proton User Guide.
CreateEnvironmentAccountConnectionRequest.Builder environmentName(String environmentName)
The name of the Proton environment that's created in the associated management account.
environmentName - The name of the Proton environment that's created in the associated management account.CreateEnvironmentAccountConnectionRequest.Builder managementAccountId(String managementAccountId)
The ID of the management account that accepts or rejects the environment account connection. You create and manage the Proton environment in this account. If the management account accepts the environment account connection, Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.
managementAccountId - The ID of the management account that accepts or rejects the environment account connection. You
create and manage the Proton environment in this account. If the management account accepts the
environment account connection, Proton can use the associated IAM role to provision environment
infrastructure resources in the associated environment account.CreateEnvironmentAccountConnectionRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account. Proton uses this role to provision infrastructure resources in the associated environment account.
roleArn - The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account.
Proton uses this role to provision infrastructure resources in the associated environment account.CreateEnvironmentAccountConnectionRequest.Builder tags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the Proton environment account connection. A tag is a key-value pair.
For more information, see Proton resources and tagging in the Proton User Guide.
tags - An optional list of metadata items that you can associate with the Proton environment account
connection. A tag is a key-value pair.
For more information, see Proton resources and tagging in the Proton User Guide.
CreateEnvironmentAccountConnectionRequest.Builder tags(Tag... tags)
An optional list of metadata items that you can associate with the Proton environment account connection. A tag is a key-value pair.
For more information, see Proton resources and tagging in the Proton User Guide.
tags - An optional list of metadata items that you can associate with the Proton environment account
connection. A tag is a key-value pair.
For more information, see Proton resources and tagging in the Proton User Guide.
CreateEnvironmentAccountConnectionRequest.Builder tags(Consumer<Tag.Builder>... tags)
An optional list of metadata items that you can associate with the Proton environment account connection. A tag is a key-value pair.
For more information, see Proton resources and tagging in the Proton User Guide.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateEnvironmentAccountConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEnvironmentAccountConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.