@Stability(value=Experimental) public static final class StreamOptions.Builder extends Object implements software.amazon.jsii.Builder<StreamOptions>
StreamOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StreamOptions |
build()
Builds the configured instance.
|
StreamOptions.Builder |
logStreamName(String logStreamName)
Sets the value of
StreamOptions.getLogStreamName() |
@Stability(value=Experimental) public StreamOptions.Builder logStreamName(String logStreamName)
StreamOptions.getLogStreamName()logStreamName - The name of the log stream to create.
The name must be unique within the log group.this@Stability(value=Experimental) public StreamOptions build()
build in interface software.amazon.jsii.Builder<StreamOptions>StreamOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.