@Stability(value=Stable)
public static interface CfnFunction.StreamSAMPTProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
StreamSAMPTProperty streamSAMPTProperty = StreamSAMPTProperty.builder()
.streamName("streamName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.StreamSAMPTProperty.Builder
A builder for
CfnFunction.StreamSAMPTProperty |
static class |
CfnFunction.StreamSAMPTProperty.Jsii$Proxy
An implementation for
CfnFunction.StreamSAMPTProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.StreamSAMPTProperty.Builder |
builder() |
String |
getStreamName()
`CfnFunction.StreamSAMPTProperty.StreamName`.
|
@Stability(value=Stable) @NotNull String getStreamName()
@Stability(value=Stable) static CfnFunction.StreamSAMPTProperty.Builder builder()
Copyright © 2022. All rights reserved.