@Stability(value=Stable)
public static interface CfnEnvironment.OptionSettingProperty
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.elasticbeanstalk.*;
OptionSettingProperty optionSettingProperty = OptionSettingProperty.builder()
.namespace("namespace")
.optionName("optionName")
// the properties below are optional
.resourceName("resourceName")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnvironment.OptionSettingProperty.Builder
A builder for
CfnEnvironment.OptionSettingProperty |
static class |
CfnEnvironment.OptionSettingProperty.Jsii$Proxy
An implementation for
CfnEnvironment.OptionSettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironment.OptionSettingProperty.Builder |
builder() |
String |
getNamespace()
`CfnEnvironment.OptionSettingProperty.Namespace`.
|
String |
getOptionName()
`CfnEnvironment.OptionSettingProperty.OptionName`.
|
default String |
getResourceName()
`CfnEnvironment.OptionSettingProperty.ResourceName`.
|
default String |
getValue()
`CfnEnvironment.OptionSettingProperty.Value`.
|
@Stability(value=Stable) @NotNull String getNamespace()
@Stability(value=Stable) @NotNull String getOptionName()
@Stability(value=Stable) @Nullable default String getResourceName()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnEnvironment.OptionSettingProperty.Builder builder()
Copyright © 2021. All rights reserved.