Interface ExperimentTargetAccountConfigurationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperimentTargetAccountConfigurationSummary.Builder,
,ExperimentTargetAccountConfigurationSummary> SdkBuilder<ExperimentTargetAccountConfigurationSummary.Builder,
,ExperimentTargetAccountConfigurationSummary> SdkPojo
- Enclosing class:
ExperimentTargetAccountConfigurationSummary
@Mutable
@NotThreadSafe
public static interface ExperimentTargetAccountConfigurationSummary.Builder
extends SdkPojo, CopyableBuilder<ExperimentTargetAccountConfigurationSummary.Builder,ExperimentTargetAccountConfigurationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID of the target account.description
(String description) The description of the target account.The Amazon Resource Name (ARN) of an IAM role for the target account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
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.
-