Interface GetGroupProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetGroupProfileResponse.Builder,GetGroupProfileResponse>,DataZoneResponse.Builder,SdkBuilder<GetGroupProfileResponse.Builder,GetGroupProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetGroupProfileResponse
public static interface GetGroupProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetGroupProfileResponse.Builder,GetGroupProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGroupProfileResponse.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which the group profile exists.GetGroupProfileResponse.BuildergroupName(String groupName)The name of the group for which the specified group profile exists.GetGroupProfileResponse.Builderid(String id)The identifier of the group profile.GetGroupProfileResponse.Builderstatus(String status)The identifier of the group profile.GetGroupProfileResponse.Builderstatus(GroupProfileStatus status)The identifier of the group profile.-
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
GetGroupProfileResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the group profile exists.
- Parameters:
domainId- The identifier of the Amazon DataZone domain in which the group profile exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
GetGroupProfileResponse.Builder groupName(String groupName)
The name of the group for which the specified group profile exists.
- Parameters:
groupName- The name of the group for which the specified group profile exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetGroupProfileResponse.Builder id(String id)
The identifier of the group profile.
- Parameters:
id- The identifier of the group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetGroupProfileResponse.Builder status(String status)
The identifier of the group profile.
- Parameters:
status- The identifier of the group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupProfileStatus,GroupProfileStatus
-
status
GetGroupProfileResponse.Builder status(GroupProfileStatus status)
The identifier of the group profile.
- Parameters:
status- The identifier of the group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupProfileStatus,GroupProfileStatus
-
-