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