CopyableBuilder<SetIdentityPoolConfigurationResponse.Builder,SetIdentityPoolConfigurationResponse>
, SdkBuilder<SetIdentityPoolConfigurationResponse.Builder,SetIdentityPoolConfigurationResponse>
public static interface SetIdentityPoolConfigurationResponse.Builder extends CopyableBuilder<SetIdentityPoolConfigurationResponse.Builder,SetIdentityPoolConfigurationResponse>
Modifier and Type | Method | Description |
---|---|---|
SetIdentityPoolConfigurationResponse.Builder |
cognitoStreams(CognitoStreams 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.
|
SetIdentityPoolConfigurationResponse.Builder |
pushSync(PushSync pushSync) |
Options to apply to this identity pool for push synchronization.
|
copy
apply, build
SetIdentityPoolConfigurationResponse.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.SetIdentityPoolConfigurationResponse.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.