Interface CreateGroupProfileRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateGroupProfileRequest.Builder,,- CreateGroupProfileRequest> - DataZoneRequest.Builder,- SdkBuilder<CreateGroupProfileRequest.Builder,,- CreateGroupProfileRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateGroupProfileRequest
@Mutable
@NotThreadSafe
public static interface CreateGroupProfileRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateGroupProfileRequest.Builder,CreateGroupProfileRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.domainIdentifier(String domainIdentifier) The identifier of the Amazon DataZone domain in which the group profile is created.groupIdentifier(String groupIdentifier) The identifier of the group for which the group profile is created.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clientTokenA unique, case-sensitive identifier that is provided to ensure the idempotency of the request. - Parameters:
- clientToken- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIdentifierThe identifier of the Amazon DataZone domain in which the group profile is created. - Parameters:
- domainIdentifier- The identifier of the Amazon DataZone domain in which the group profile is created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
groupIdentifierThe identifier of the group for which the group profile is created. - Parameters:
- groupIdentifier- The identifier of the group for which the group profile is created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateGroupProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateGroupProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-