Interface CreateGroupProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateGroupProfileResponse.Builder,
,CreateGroupProfileResponse> DataZoneResponse.Builder
,SdkBuilder<CreateGroupProfileResponse.Builder,
,CreateGroupProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateGroupProfileResponse
@Mutable
@NotThreadSafe
public static interface CreateGroupProfileResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateGroupProfileResponse.Builder,CreateGroupProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the Amazon DataZone domain in which the group profile is created.The name of the group for which group profile is created.The identifier of the group profile.The status of the group profile.status
(GroupProfileStatus status) The status 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, 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 the group profile is created.
- Parameters:
domainId
- The identifier of the Amazon DataZone domain in which the group profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
The name of the group for which group profile is created.
- Parameters:
groupName
- The name of the group for which group profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The status of the group profile.
- Parameters:
status
- The status of the group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the group profile.
- Parameters:
status
- The status of the group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-