Interface UpdateGroupProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateGroupProfileResponse.Builder,UpdateGroupProfileResponse>,DataZoneResponse.Builder,SdkBuilder<UpdateGroupProfileResponse.Builder,UpdateGroupProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateGroupProfileResponse
public static interface UpdateGroupProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateGroupProfileResponse.Builder,UpdateGroupProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateGroupProfileResponse.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which a group profile is updated.UpdateGroupProfileResponse.BuildergroupName(String groupName)The name of the group profile that is updated.UpdateGroupProfileResponse.Builderid(String id)The identifier of the group profile that is updated.UpdateGroupProfileResponse.Builderstatus(String status)The status of the group profile that is updated.UpdateGroupProfileResponse.Builderstatus(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
domainId
UpdateGroupProfileResponse.Builder domainId(String 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
UpdateGroupProfileResponse.Builder groupName(String 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
UpdateGroupProfileResponse.Builder id(String 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
UpdateGroupProfileResponse.Builder status(String 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:
GroupProfileStatus,GroupProfileStatus
-
status
UpdateGroupProfileResponse.Builder status(GroupProfileStatus 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:
GroupProfileStatus,GroupProfileStatus
-
-