@Stability(value=Stable) public static final class FirelensConfig.Builder extends Object implements software.amazon.jsii.Builder<FirelensConfig>
FirelensConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FirelensConfig |
build()
Builds the configured instance.
|
FirelensConfig.Builder |
options(FirelensOptions options)
Sets the value of
FirelensConfig.getOptions() |
FirelensConfig.Builder |
type(FirelensLogRouterType type)
Sets the value of
FirelensConfig.getType() |
@Stability(value=Stable) public FirelensConfig.Builder type(FirelensLogRouterType type)
FirelensConfig.getType()type - The log router to use. This parameter is required.this@Stability(value=Stable) public FirelensConfig.Builder options(FirelensOptions options)
FirelensConfig.getOptions()options - Firelens options.this@Stability(value=Stable) public FirelensConfig build()
build in interface software.amazon.jsii.Builder<FirelensConfig>FirelensConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.