Interface GetCognitoEventsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoSyncResponse.Builder,CopyableBuilder<GetCognitoEventsResponse.Builder,GetCognitoEventsResponse>,SdkBuilder<GetCognitoEventsResponse.Builder,GetCognitoEventsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCognitoEventsResponse
public static interface GetCognitoEventsResponse.Builder extends CognitoSyncResponse.Builder, SdkPojo, CopyableBuilder<GetCognitoEventsResponse.Builder,GetCognitoEventsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCognitoEventsResponse.Builderevents(Map<String,String> events)The Cognito Events returned from the GetCognitoEvents request-
Methods inherited from interface software.amazon.awssdk.services.cognitosync.model.CognitoSyncResponse.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
-
events
GetCognitoEventsResponse.Builder events(Map<String,String> events)
The Cognito Events returned from the GetCognitoEvents request
- Parameters:
events- The Cognito Events returned from the GetCognitoEvents request- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-