@Stability(value=Stable) public static final class CfnIdentityPool.CognitoStreamsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIdentityPool.CognitoStreamsProperty>
CfnIdentityPool.CognitoStreamsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnIdentityPool.CognitoStreamsProperty |
build()
Builds the configured instance.
|
CfnIdentityPool.CognitoStreamsProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnIdentityPool.CognitoStreamsProperty.getRoleArn() |
CfnIdentityPool.CognitoStreamsProperty.Builder |
streamingStatus(String streamingStatus)
Sets the value of
CfnIdentityPool.CognitoStreamsProperty.getStreamingStatus() |
CfnIdentityPool.CognitoStreamsProperty.Builder |
streamName(String streamName)
Sets the value of
CfnIdentityPool.CognitoStreamsProperty.getStreamName() |
@Stability(value=Stable) public CfnIdentityPool.CognitoStreamsProperty.Builder roleArn(String roleArn)
CfnIdentityPool.CognitoStreamsProperty.getRoleArn()
roleArn
- `CfnIdentityPool.CognitoStreamsProperty.RoleArn`.this
@Stability(value=Stable) public CfnIdentityPool.CognitoStreamsProperty.Builder streamingStatus(String streamingStatus)
CfnIdentityPool.CognitoStreamsProperty.getStreamingStatus()
streamingStatus
- `CfnIdentityPool.CognitoStreamsProperty.StreamingStatus`.this
@Stability(value=Stable) public CfnIdentityPool.CognitoStreamsProperty.Builder streamName(String streamName)
CfnIdentityPool.CognitoStreamsProperty.getStreamName()
streamName
- `CfnIdentityPool.CognitoStreamsProperty.StreamName`.this
@Stability(value=Stable) public CfnIdentityPool.CognitoStreamsProperty build()
build
in interface software.amazon.jsii.Builder<CfnIdentityPool.CognitoStreamsProperty>
CfnIdentityPool.CognitoStreamsProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.