Interface SetIdentityPoolConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoSyncResponse.Builder,CopyableBuilder<SetIdentityPoolConfigurationResponse.Builder,SetIdentityPoolConfigurationResponse>,SdkBuilder<SetIdentityPoolConfigurationResponse.Builder,SetIdentityPoolConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SetIdentityPoolConfigurationResponse
public static interface SetIdentityPoolConfigurationResponse.Builder extends CognitoSyncResponse.Builder, SdkPojo, CopyableBuilder<SetIdentityPoolConfigurationResponse.Builder,SetIdentityPoolConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SetIdentityPoolConfigurationResponse.BuildercognitoStreams(Consumer<CognitoStreams.Builder> cognitoStreams)Options to apply to this identity pool for Amazon Cognito streams.SetIdentityPoolConfigurationResponse.BuildercognitoStreams(CognitoStreams cognitoStreams)Options to apply to this identity pool for Amazon Cognito streams.SetIdentityPoolConfigurationResponse.BuilderidentityPoolId(String identityPoolId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.default SetIdentityPoolConfigurationResponse.BuilderpushSync(Consumer<PushSync.Builder> pushSync)Options to apply to this identity pool for push synchronization.SetIdentityPoolConfigurationResponse.BuilderpushSync(PushSync pushSync)Options to apply to this identity pool for push synchronization.-
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
-
identityPoolId
SetIdentityPoolConfigurationResponse.Builder identityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
- Parameters:
identityPoolId- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pushSync
SetIdentityPoolConfigurationResponse.Builder pushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
- Parameters:
pushSync- Options to apply to this identity pool for push synchronization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pushSync
default SetIdentityPoolConfigurationResponse.Builder pushSync(Consumer<PushSync.Builder> pushSync)
Options to apply to this identity pool for push synchronization.
This is a convenience method that creates an instance of thePushSync.Builderavoiding the need to create one manually viaPushSync.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topushSync(PushSync).- Parameters:
pushSync- a consumer that will call methods onPushSync.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
pushSync(PushSync)
-
cognitoStreams
SetIdentityPoolConfigurationResponse.Builder cognitoStreams(CognitoStreams cognitoStreams)
Options to apply to this identity pool for Amazon Cognito streams.- Parameters:
cognitoStreams- Options to apply to this identity pool for Amazon Cognito streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cognitoStreams
default SetIdentityPoolConfigurationResponse.Builder cognitoStreams(Consumer<CognitoStreams.Builder> cognitoStreams)
Options to apply to this identity pool for Amazon Cognito streams. This is a convenience method that creates an instance of theCognitoStreams.Builderavoiding the need to create one manually viaCognitoStreams.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocognitoStreams(CognitoStreams).- Parameters:
cognitoStreams- a consumer that will call methods onCognitoStreams.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cognitoStreams(CognitoStreams)
-
-