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.rolePrincipalArn(String rolePrincipalArn) The ARN of the IAM role principal.rolePrincipalId(String rolePrincipalId) The unique identifier of the IAM role principal.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
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.
-
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:
-
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.
-
rolePrincipalArn
The ARN of the IAM role principal. This role is associated with the group profile.
- Parameters:
rolePrincipalArn- The ARN of the IAM role principal. This role is associated with the group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rolePrincipalId
The unique identifier of the IAM role principal. This principal is associated with the group profile.
- Parameters:
rolePrincipalId- The unique identifier of the IAM role principal. This principal is associated with the group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-