Interface GetGroupIdResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetGroupIdResponse.Builder,
,GetGroupIdResponse> IdentitystoreResponse.Builder
,SdkBuilder<GetGroupIdResponse.Builder,
,GetGroupIdResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetGroupIdResponse
@Mutable
@NotThreadSafe
public static interface GetGroupIdResponse.Builder
extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<GetGroupIdResponse.Builder,GetGroupIdResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier for a group in the identity store.identityStoreId
(String identityStoreId) The globally unique identifier for the identity store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.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
-
groupId
The identifier for a group in the identity store.
- Parameters:
groupId
- The identifier for a group in the identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityStoreId
The globally unique identifier for the identity store.
- Parameters:
identityStoreId
- The globally unique identifier for the identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-