Interface UpdateEnvironmentAccountConnectionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateEnvironmentAccountConnectionRequest.Builder,,- UpdateEnvironmentAccountConnectionRequest> - ProtonRequest.Builder,- SdkBuilder<UpdateEnvironmentAccountConnectionRequest.Builder,,- UpdateEnvironmentAccountConnectionRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateEnvironmentAccountConnectionRequest
- 
Method SummaryModifier and TypeMethodDescriptioncodebuildRoleArn(String codebuildRoleArn) The Amazon Resource Name (ARN) of an IAM service role in the environment account.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.The ID of the environment account connection to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.proton.model.ProtonRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
codebuildRoleArnThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
componentRoleArnThe 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 componentRoleArnto 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. - Parameters:
- 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 - componentRoleArnto 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe ID of the environment account connection to update. - Parameters:
- id- The ID of the environment account connection to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
roleArnThe Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update. - Parameters:
- roleArn- The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateEnvironmentAccountConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateEnvironmentAccountConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-