Class CfnDomainPropsMixin.SoftwareUpdateOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.SoftwareUpdateOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.SoftwareUpdateOptionsProperty>
- Enclosing interface:
CfnDomainPropsMixin.SoftwareUpdateOptionsProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.SoftwareUpdateOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.SoftwareUpdateOptionsProperty>
A builder for
CfnDomainPropsMixin.SoftwareUpdateOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoSoftwareUpdateEnabled(Boolean autoSoftwareUpdateEnabled) autoSoftwareUpdateEnabled(IResolvable autoSoftwareUpdateEnabled) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
autoSoftwareUpdateEnabled
@Stability(Stable) public CfnDomainPropsMixin.SoftwareUpdateOptionsProperty.Builder autoSoftwareUpdateEnabled(Boolean autoSoftwareUpdateEnabled) - Parameters:
autoSoftwareUpdateEnabled- Specifies whether automatic service software updates are enabled for the domain.- Returns:
this
-
autoSoftwareUpdateEnabled
@Stability(Stable) public CfnDomainPropsMixin.SoftwareUpdateOptionsProperty.Builder autoSoftwareUpdateEnabled(IResolvable autoSoftwareUpdateEnabled) - Parameters:
autoSoftwareUpdateEnabled- Specifies whether automatic service software updates are enabled for the domain.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.SoftwareUpdateOptionsProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.SoftwareUpdateOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-