public static interface CreateGroupProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateGroupProfileResponse.Builder,CreateGroupProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateGroupProfileResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which the group profile is created.
|
CreateGroupProfileResponse.Builder |
groupName(String groupName)
The name of the group for which group profile is created.
|
CreateGroupProfileResponse.Builder |
id(String id)
The identifier of the group profile.
|
CreateGroupProfileResponse.Builder |
status(GroupProfileStatus status)
The status of the group profile.
|
CreateGroupProfileResponse.Builder |
status(String status)
The status of the group profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGroupProfileResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the group profile is created.
domainId - The identifier of the Amazon DataZone domain in which the group profile is created.CreateGroupProfileResponse.Builder groupName(String groupName)
The name of the group for which group profile is created.
groupName - The name of the group for which group profile is created.CreateGroupProfileResponse.Builder id(String id)
The identifier of the group profile.
id - The identifier of the group profile.CreateGroupProfileResponse.Builder status(String status)
The status of the group profile.
status - The status of the group profile.GroupProfileStatus,
GroupProfileStatusCreateGroupProfileResponse.Builder status(GroupProfileStatus status)
The status of the group profile.
status - The status of the group profile.GroupProfileStatus,
GroupProfileStatusCopyright © 2023. All rights reserved.