public static interface SetIdentityPoolConfigurationResponse.Builder extends CognitoSyncResponse.Builder, CopyableBuilder<SetIdentityPoolConfigurationResponse.Builder,SetIdentityPoolConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
SetIdentityPoolConfigurationResponse.Builder |
cognitoStreams(CognitoStreams cognitoStreams)
Options to apply to this identity pool for Amazon Cognito streams.
|
default SetIdentityPoolConfigurationResponse.Builder |
cognitoStreams(Consumer<CognitoStreams.Builder> cognitoStreams)
Options to apply to this identity pool for Amazon Cognito streams.
|
SetIdentityPoolConfigurationResponse.Builder |
identityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
default SetIdentityPoolConfigurationResponse.Builder |
pushSync(Consumer<PushSync.Builder> pushSync)
Options to apply to this identity pool for push synchronization.
|
SetIdentityPoolConfigurationResponse.Builder |
pushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildSetIdentityPoolConfigurationResponse.Builder identityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
identityPoolId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.SetIdentityPoolConfigurationResponse.Builder pushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
pushSync - Options to apply to this identity pool for push synchronization.default SetIdentityPoolConfigurationResponse.Builder pushSync(Consumer<PushSync.Builder> pushSync)
Options to apply to this identity pool for push synchronization.
This is a convenience that creates an instance of thePushSync.Builder avoiding the need to create
one manually via PushSync.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to pushSync(PushSync).pushSync - a consumer that will call methods on PushSync.BuilderpushSync(PushSync)SetIdentityPoolConfigurationResponse.Builder cognitoStreams(CognitoStreams cognitoStreams)
cognitoStreams - Options to apply to this identity pool for Amazon Cognito streams.default SetIdentityPoolConfigurationResponse.Builder cognitoStreams(Consumer<CognitoStreams.Builder> cognitoStreams)
CognitoStreams.Builder avoiding the need to create one manually via
CognitoStreams.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to cognitoStreams(CognitoStreams).cognitoStreams - a consumer that will call methods on CognitoStreams.BuildercognitoStreams(CognitoStreams)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.