public static interface CreateGroupProfileRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateGroupProfileRequest.Builder,CreateGroupProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGroupProfileRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateGroupProfileRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the group profile is created.
|
CreateGroupProfileRequest.Builder |
groupIdentifier(String groupIdentifier)
The identifier of the group for which the group profile is created.
|
CreateGroupProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGroupProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGroupProfileRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.CreateGroupProfileRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the group profile is created.
domainIdentifier - The identifier of the Amazon DataZone domain in which the group profile is created.CreateGroupProfileRequest.Builder groupIdentifier(String groupIdentifier)
The identifier of the group for which the group profile is created.
groupIdentifier - The identifier of the group for which the group profile is created.CreateGroupProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGroupProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.