public static interface CognitoStreams.Builder extends SdkPojo, CopyableBuilder<CognitoStreams.Builder,CognitoStreams>
Modifier and Type | Method and Description |
---|---|
CognitoStreams.Builder |
roleArn(String roleArn)
The ARN of the role Amazon Cognito can assume in order to publish to the stream.
|
CognitoStreams.Builder |
streamingStatus(StreamingStatus streamingStatus)
Status of the Cognito streams.
|
CognitoStreams.Builder |
streamingStatus(String streamingStatus)
Status of the Cognito streams.
|
CognitoStreams.Builder |
streamName(String streamName)
The name of the Cognito stream to receive updates.
|
copy
applyMutation, build
CognitoStreams.Builder streamName(String streamName)
streamName
- The name of the Cognito stream to receive updates. This stream must be in the developers account and
in the same region as the identity pool.CognitoStreams.Builder roleArn(String roleArn)
roleArn
- The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant
access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.CognitoStreams.Builder streamingStatus(String streamingStatus)
ENABLED - Streaming of updates to identity pool is enabled.
DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.
streamingStatus
- Status of the Cognito streams. Valid values are:
ENABLED - Streaming of updates to identity pool is enabled.
DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.
StreamingStatus
,
StreamingStatus
CognitoStreams.Builder streamingStatus(StreamingStatus streamingStatus)
ENABLED - Streaming of updates to identity pool is enabled.
DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.
streamingStatus
- Status of the Cognito streams. Valid values are:
ENABLED - Streaming of updates to identity pool is enabled.
DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.
StreamingStatus
,
StreamingStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.