CopyableBuilder<GetIdentityPoolConfigurationResponse.Builder,GetIdentityPoolConfigurationResponse>
, SdkBuilder<GetIdentityPoolConfigurationResponse.Builder,GetIdentityPoolConfigurationResponse>
public static interface GetIdentityPoolConfigurationResponse.Builder extends CopyableBuilder<GetIdentityPoolConfigurationResponse.Builder,GetIdentityPoolConfigurationResponse>
Modifier and Type | Method | Description |
---|---|---|
GetIdentityPoolConfigurationResponse.Builder |
cognitoStreams(CognitoStreams 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.
|
GetIdentityPoolConfigurationResponse.Builder |
pushSync(PushSync pushSync) |
Options to apply to this identity pool for push synchronization.
|
copy
apply, 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.GetIdentityPoolConfigurationResponse.Builder cognitoStreams(CognitoStreams cognitoStreams)
cognitoStreams
- Options to apply to this identity pool for Amazon Cognito streams.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.