Interface ExperimentTargetAccountConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentTargetAccountConfiguration.Builder,ExperimentTargetAccountConfiguration>,SdkBuilder<ExperimentTargetAccountConfiguration.Builder,ExperimentTargetAccountConfiguration>,SdkPojo
- Enclosing class:
- ExperimentTargetAccountConfiguration
public static interface ExperimentTargetAccountConfiguration.Builder extends SdkPojo, CopyableBuilder<ExperimentTargetAccountConfiguration.Builder,ExperimentTargetAccountConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentTargetAccountConfiguration.BuilderaccountId(String accountId)The Amazon Web Services account ID of the target account.ExperimentTargetAccountConfiguration.Builderdescription(String description)The description of the target account.ExperimentTargetAccountConfiguration.BuilderroleArn(String roleArn)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, sdkFields
-
-
-
-
Method Detail
-
roleArn
ExperimentTargetAccountConfiguration.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.
-
accountId
ExperimentTargetAccountConfiguration.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.
-
description
ExperimentTargetAccountConfiguration.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.
-
-