@Stability(value=Stable) public static final class CfnEventStreamProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEventStreamProps>
CfnEventStreamProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEventStreamProps.Builder |
applicationId(String applicationId)
Sets the value of
CfnEventStreamProps.getApplicationId() |
CfnEventStreamProps |
build()
Builds the configured instance.
|
CfnEventStreamProps.Builder |
destinationStreamArn(String destinationStreamArn)
Sets the value of
CfnEventStreamProps.getDestinationStreamArn() |
CfnEventStreamProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnEventStreamProps.getRoleArn() |
@Stability(value=Stable) public CfnEventStreamProps.Builder applicationId(String applicationId)
CfnEventStreamProps.getApplicationId()applicationId - `AWS::Pinpoint::EventStream.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnEventStreamProps.Builder destinationStreamArn(String destinationStreamArn)
CfnEventStreamProps.getDestinationStreamArn()destinationStreamArn - `AWS::Pinpoint::EventStream.DestinationStreamArn`. This parameter is required.this@Stability(value=Stable) public CfnEventStreamProps.Builder roleArn(String roleArn)
CfnEventStreamProps.getRoleArn()roleArn - `AWS::Pinpoint::EventStream.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnEventStreamProps build()
build in interface software.amazon.jsii.Builder<CfnEventStreamProps>CfnEventStreamPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.