public static interface GetIdentityPoolConfigurationResponse.Builder extends CognitoSyncResponse.Builder, SdkPojo, CopyableBuilder<GetIdentityPoolConfigurationResponse.Builder,GetIdentityPoolConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
GetIdentityPoolConfigurationResponse.Builder |
cognitoStreams(CognitoStreams cognitoStreams)
Options to apply to this identity pool for Amazon Cognito streams.
|
default GetIdentityPoolConfigurationResponse.Builder |
cognitoStreams(Consumer<CognitoStreams.Builder> cognitoStreams)
Options to apply to this identity pool for Amazon Cognito streams.
|
GetIdentityPoolConfigurationResponse.Builder |
identityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
default GetIdentityPoolConfigurationResponse.Builder |
pushSync(Consumer<PushSync.Builder> pushSync)
Options to apply to this identity pool for push synchronization.
|
GetIdentityPoolConfigurationResponse.Builder |
pushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetIdentityPoolConfigurationResponse.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.GetIdentityPoolConfigurationResponse.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 GetIdentityPoolConfigurationResponse.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.Builder
pushSync(PushSync)
GetIdentityPoolConfigurationResponse.Builder cognitoStreams(CognitoStreams cognitoStreams)
cognitoStreams
- Options to apply to this identity pool for Amazon Cognito streams.default GetIdentityPoolConfigurationResponse.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.Builder
cognitoStreams(CognitoStreams)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.