public static interface UpdateEnvironmentAccountConnectionRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentAccountConnectionRequest.Builder,UpdateEnvironmentAccountConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentAccountConnectionRequest.Builder |
codebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
UpdateEnvironmentAccountConnectionRequest.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.
|
UpdateEnvironmentAccountConnectionRequest.Builder |
id(String id)
The ID of the environment account connection to update.
|
UpdateEnvironmentAccountConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentAccountConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEnvironmentAccountConnectionRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account
connection to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentAccountConnectionRequest.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.UpdateEnvironmentAccountConnectionRequest.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.
The environment account connection must have a componentRoleArn to allow directly defined
components to be associated with any environments running in the 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.
The environment account connection must have a componentRoleArn to allow directly defined
components to be associated with any environments running in the account.
For more information about components, see Proton components in the Proton User Guide.
UpdateEnvironmentAccountConnectionRequest.Builder id(String id)
The ID of the environment account connection to update.
id - The ID of the environment account connection to update.UpdateEnvironmentAccountConnectionRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.
roleArn - The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account
connection to update.UpdateEnvironmentAccountConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEnvironmentAccountConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.