Interface GetGroupIdResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetGroupIdResponse.Builder,GetGroupIdResponse>,IdentitystoreResponse.Builder,SdkBuilder<GetGroupIdResponse.Builder,GetGroupIdResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetGroupIdResponse
public static interface GetGroupIdResponse.Builder extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<GetGroupIdResponse.Builder,GetGroupIdResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGroupIdResponse.BuildergroupId(String groupId)The identifier for a group in the identity store.GetGroupIdResponse.BuilderidentityStoreId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
groupId
GetGroupIdResponse.Builder groupId(String 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
GetGroupIdResponse.Builder identityStoreId(String 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.
-
-