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