Interface UpdateGroupProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateGroupProfileResponse.Builder,
,UpdateGroupProfileResponse> DataZoneResponse.Builder
,SdkBuilder<UpdateGroupProfileResponse.Builder,
,UpdateGroupProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateGroupProfileResponse
@Mutable
@NotThreadSafe
public static interface UpdateGroupProfileResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateGroupProfileResponse.Builder,UpdateGroupProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the Amazon DataZone domain in which a group profile is updated.The name of the group profile that is updated.The identifier of the group profile that is updated.The status of the group profile that is updated.status
(GroupProfileStatus status) The status of the group profile that is updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
domainId
The identifier of the Amazon DataZone domain in which a group profile is updated.
- Parameters:
domainId
- The identifier of the Amazon DataZone domain in which a group profile is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
The name of the group profile that is updated.
- Parameters:
groupName
- The name of the group profile that is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the group profile that is updated.
- Parameters:
id
- The identifier of the group profile that is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the group profile that is updated.
- Parameters:
status
- The status of the group profile that is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the group profile that is updated.
- Parameters:
status
- The status of the group profile that is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-