Class CfnInfrastructureConfigurationPropsMixin.LoggingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnInfrastructureConfigurationPropsMixin.LoggingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInfrastructureConfigurationPropsMixin.LoggingProperty>
- Enclosing interface:
CfnInfrastructureConfigurationPropsMixin.LoggingProperty
@Stability(Stable)
public static final class CfnInfrastructureConfigurationPropsMixin.LoggingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInfrastructureConfigurationPropsMixin.LoggingProperty>
A builder for
CfnInfrastructureConfigurationPropsMixin.LoggingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnInfrastructureConfigurationPropsMixin.LoggingProperty.getS3Logs()s3Logs(IResolvable s3Logs) Sets the value ofCfnInfrastructureConfigurationPropsMixin.LoggingProperty.getS3Logs()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Logs
@Stability(Stable) public CfnInfrastructureConfigurationPropsMixin.LoggingProperty.Builder s3Logs(IResolvable s3Logs) Sets the value ofCfnInfrastructureConfigurationPropsMixin.LoggingProperty.getS3Logs()- Parameters:
s3Logs- The Amazon S3 logging configuration.- Returns:
this
-
s3Logs
@Stability(Stable) public CfnInfrastructureConfigurationPropsMixin.LoggingProperty.Builder s3Logs(CfnInfrastructureConfigurationPropsMixin.S3LogsProperty s3Logs) Sets the value ofCfnInfrastructureConfigurationPropsMixin.LoggingProperty.getS3Logs()- Parameters:
s3Logs- The Amazon S3 logging configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInfrastructureConfigurationPropsMixin.LoggingProperty>- Returns:
- a new instance of
CfnInfrastructureConfigurationPropsMixin.LoggingProperty - Throws:
NullPointerException- if any required attribute was not provided
-