Interface UpdateTargetAccountConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateTargetAccountConfigurationRequest.Builder,,UpdateTargetAccountConfigurationRequest> FisRequest.Builder,SdkBuilder<UpdateTargetAccountConfigurationRequest.Builder,,UpdateTargetAccountConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateTargetAccountConfigurationRequest
public static interface UpdateTargetAccountConfigurationRequest.Builder
extends FisRequest.Builder, SdkPojo, CopyableBuilder<UpdateTargetAccountConfigurationRequest.Builder,UpdateTargetAccountConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID of the target account.description(String description) The description of the target account.experimentTemplateId(String experimentTemplateId) The ID of the experiment template.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 an IAM role for the target account.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.fis.model.FisRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
experimentTemplateId
The ID of the experiment template.
- Parameters:
experimentTemplateId- The ID of the experiment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The Amazon Web Services account ID of the target account.
- Parameters:
accountId- The Amazon Web Services account ID of the target account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of an IAM role for the target account.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of an IAM role for the target account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the target account.
- Parameters:
description- The description of the target account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateTargetAccountConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateTargetAccountConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-