Class CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty>
- Enclosing interface:
CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty
@Stability(Stable)
public static final class CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.getOptions()options(IResolvable options) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.getOptions()secretOptions(List<? extends Object> secretOptions) secretOptions(IResolvable secretOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logDriver
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.Builder logDriver(String logDriver) - Parameters:
logDriver- the value to be set.- Returns:
this
-
options
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.Builder options(Map<String, String> options) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.getOptions()- Parameters:
options- the value to be set.- Returns:
this
-
options
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.Builder options(IResolvable options) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.getOptions()- Parameters:
options- the value to be set.- Returns:
this
-
secretOptions
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.Builder secretOptions(IResolvable secretOptions) - Parameters:
secretOptions- the value to be set.- Returns:
this
-
secretOptions
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty.Builder secretOptions(List<? extends Object> secretOptions) - Parameters:
secretOptions- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty>- Returns:
- a new instance of
CfnDaemonTaskDefinitionPropsMixin.LogConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-