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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateTargetAccountConfigurationRequest.BuilderaccountId(String accountId)The Amazon Web Services account ID of the target account.UpdateTargetAccountConfigurationRequest.Builderdescription(String description)The description of the target account.UpdateTargetAccountConfigurationRequest.BuilderexperimentTemplateId(String experimentTemplateId)The ID of the experiment template.UpdateTargetAccountConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateTargetAccountConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateTargetAccountConfigurationRequest.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of an IAM role for the target account.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fis.model.FisRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
experimentTemplateId
UpdateTargetAccountConfigurationRequest.Builder experimentTemplateId(String 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
UpdateTargetAccountConfigurationRequest.Builder accountId(String 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
UpdateTargetAccountConfigurationRequest.Builder roleArn(String 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
UpdateTargetAccountConfigurationRequest.Builder description(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateTargetAccountConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-