Interface CreateTargetAccountConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTargetAccountConfigurationRequest.Builder,CreateTargetAccountConfigurationRequest>,FisRequest.Builder,SdkBuilder<CreateTargetAccountConfigurationRequest.Builder,CreateTargetAccountConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTargetAccountConfigurationRequest
public static interface CreateTargetAccountConfigurationRequest.Builder extends FisRequest.Builder, SdkPojo, CopyableBuilder<CreateTargetAccountConfigurationRequest.Builder,CreateTargetAccountConfigurationRequest>
-
-
Method Summary
-
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
-
clientToken
CreateTargetAccountConfigurationRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
experimentTemplateId
CreateTargetAccountConfigurationRequest.Builder experimentTemplateId(String experimentTemplateId)
The experiment template ID.
- Parameters:
experimentTemplateId- The experiment template ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
CreateTargetAccountConfigurationRequest.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
CreateTargetAccountConfigurationRequest.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
CreateTargetAccountConfigurationRequest.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
CreateTargetAccountConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTargetAccountConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-