Interface GetIdResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityResponse.Builder,CopyableBuilder<GetIdResponse.Builder,GetIdResponse>,SdkBuilder<GetIdResponse.Builder,GetIdResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetIdResponse
public static interface GetIdResponse.Builder extends CognitoIdentityResponse.Builder, SdkPojo, CopyableBuilder<GetIdResponse.Builder,GetIdResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIdResponse.BuilderidentityId(String identityId)A unique identifier in the format REGION:GUID.-
Methods inherited from interface software.amazon.awssdk.services.cognitoidentity.model.CognitoIdentityResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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 Detail
-
identityId
GetIdResponse.Builder identityId(String identityId)
A unique identifier in the format REGION:GUID.
- Parameters:
identityId- A unique identifier in the format REGION:GUID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-