Interface CreateProgramManagementAccountRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateProgramManagementAccountRequest.Builder,,CreateProgramManagementAccountRequest> PartnerCentralChannelRequest.Builder,SdkBuilder<CreateProgramManagementAccountRequest.Builder,,CreateProgramManagementAccountRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateProgramManagementAccountRequest
@Mutable
@NotThreadSafe
public static interface CreateProgramManagementAccountRequest.Builder
extends PartnerCentralChannelRequest.Builder, SdkPojo, CopyableBuilder<CreateProgramManagementAccountRequest.Builder,CreateProgramManagementAccountRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID to associate with the program management account.The catalog identifier for the program management account.clientToken(String clientToken) A unique, case-sensitive identifier to ensure idempotency of the request.displayName(String displayName) A human-readable name for the program management account.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The program type for the management account.The program type for the management account.tags(Collection<Tag> tags) Key-value pairs to associate with the program management account.tags(Consumer<Tag.Builder>... tags) Key-value pairs to associate with the program management account.Key-value pairs to associate with the program management account.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralchannel.model.PartnerCentralChannelRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
catalog
The catalog identifier for the program management account.
- Parameters:
catalog- The catalog identifier for the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
program
The program type for the management account.
- Parameters:
program- The program type for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
program
The program type for the management account.
- Parameters:
program- The program type for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayName
A human-readable name for the program management account.
- Parameters:
displayName- A human-readable name for the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The AWS account ID to associate with the program management account.
- Parameters:
accountId- The AWS account ID to associate with the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier to ensure idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier to ensure idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Key-value pairs to associate with the program management account.
- Parameters:
tags- Key-value pairs to associate with the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Key-value pairs to associate with the program management account.
- Parameters:
tags- Key-value pairs to associate with the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Key-value pairs to associate with the program management account.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateProgramManagementAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateProgramManagementAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-