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
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 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-