Class CfnEndpointPropsMixin.MonitoringConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnEndpointPropsMixin.MonitoringConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEndpointPropsMixin.MonitoringConfigurationProperty>
- Enclosing interface:
CfnEndpointPropsMixin.MonitoringConfigurationProperty
@Stability(Stable)
public static final class CfnEndpointPropsMixin.MonitoringConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEndpointPropsMixin.MonitoringConfigurationProperty>
A builder for
CfnEndpointPropsMixin.MonitoringConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cloudWatchMonitoringConfiguration(CfnEndpointPropsMixin.CloudWatchMonitoringConfigurationProperty cloudWatchMonitoringConfiguration) cloudWatchMonitoringConfiguration(IResolvable cloudWatchMonitoringConfiguration) containerLogRotationConfiguration(CfnEndpointPropsMixin.ContainerLogRotationConfigurationProperty containerLogRotationConfiguration) containerLogRotationConfiguration(IResolvable containerLogRotationConfiguration) persistentAppUi(String persistentAppUi) s3MonitoringConfiguration(CfnEndpointPropsMixin.S3MonitoringConfigurationProperty s3MonitoringConfiguration) s3MonitoringConfiguration(IResolvable s3MonitoringConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cloudWatchMonitoringConfiguration
@Stability(Stable) public CfnEndpointPropsMixin.MonitoringConfigurationProperty.Builder cloudWatchMonitoringConfiguration(IResolvable cloudWatchMonitoringConfiguration) Sets the value ofCfnEndpointPropsMixin.MonitoringConfigurationProperty.getCloudWatchMonitoringConfiguration()- Parameters:
cloudWatchMonitoringConfiguration- the value to be set.- Returns:
this
-
cloudWatchMonitoringConfiguration
@Stability(Stable) public CfnEndpointPropsMixin.MonitoringConfigurationProperty.Builder cloudWatchMonitoringConfiguration(CfnEndpointPropsMixin.CloudWatchMonitoringConfigurationProperty cloudWatchMonitoringConfiguration) Sets the value ofCfnEndpointPropsMixin.MonitoringConfigurationProperty.getCloudWatchMonitoringConfiguration()- Parameters:
cloudWatchMonitoringConfiguration- the value to be set.- Returns:
this
-
containerLogRotationConfiguration
@Stability(Stable) public CfnEndpointPropsMixin.MonitoringConfigurationProperty.Builder containerLogRotationConfiguration(IResolvable containerLogRotationConfiguration) Sets the value ofCfnEndpointPropsMixin.MonitoringConfigurationProperty.getContainerLogRotationConfiguration()- Parameters:
containerLogRotationConfiguration- the value to be set.- Returns:
this
-
containerLogRotationConfiguration
@Stability(Stable) public CfnEndpointPropsMixin.MonitoringConfigurationProperty.Builder containerLogRotationConfiguration(CfnEndpointPropsMixin.ContainerLogRotationConfigurationProperty containerLogRotationConfiguration) Sets the value ofCfnEndpointPropsMixin.MonitoringConfigurationProperty.getContainerLogRotationConfiguration()- Parameters:
containerLogRotationConfiguration- the value to be set.- Returns:
this
-
persistentAppUi
@Stability(Stable) public CfnEndpointPropsMixin.MonitoringConfigurationProperty.Builder persistentAppUi(String persistentAppUi) - Parameters:
persistentAppUi- the value to be set.- Returns:
this
-
s3MonitoringConfiguration
@Stability(Stable) public CfnEndpointPropsMixin.MonitoringConfigurationProperty.Builder s3MonitoringConfiguration(IResolvable s3MonitoringConfiguration) Sets the value ofCfnEndpointPropsMixin.MonitoringConfigurationProperty.getS3MonitoringConfiguration()- Parameters:
s3MonitoringConfiguration- the value to be set.- Returns:
this
-
s3MonitoringConfiguration
@Stability(Stable) public CfnEndpointPropsMixin.MonitoringConfigurationProperty.Builder s3MonitoringConfiguration(CfnEndpointPropsMixin.S3MonitoringConfigurationProperty s3MonitoringConfiguration) Sets the value ofCfnEndpointPropsMixin.MonitoringConfigurationProperty.getS3MonitoringConfiguration()- Parameters:
s3MonitoringConfiguration- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEndpointPropsMixin.MonitoringConfigurationProperty>- Returns:
- a new instance of
CfnEndpointPropsMixin.MonitoringConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-