Class CfnCapabilityPropsMixin.AckProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnCapabilityPropsMixin.AckProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCapabilityPropsMixin.AckProperty>
- Enclosing interface:
CfnCapabilityPropsMixin.AckProperty
@Stability(Stable)
public static final class CfnCapabilityPropsMixin.AckProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCapabilityPropsMixin.AckProperty>
A builder for
CfnCapabilityPropsMixin.AckProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.disabledServices(List<String> disabledServices) Sets the value ofCfnCapabilityPropsMixin.AckProperty.getDisabledServices()enableCrossNamespace(Boolean enableCrossNamespace) Sets the value ofCfnCapabilityPropsMixin.AckProperty.getEnableCrossNamespace()enableCrossNamespace(IResolvable enableCrossNamespace) Sets the value ofCfnCapabilityPropsMixin.AckProperty.getEnableCrossNamespace()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
disabledServices
@Stability(Stable) public CfnCapabilityPropsMixin.AckProperty.Builder disabledServices(List<String> disabledServices) Sets the value ofCfnCapabilityPropsMixin.AckProperty.getDisabledServices()- Parameters:
disabledServices- A list of ACK service names to disable. Controllers for services in this list are not installed or managed.- Returns:
this
-
enableCrossNamespace
@Stability(Stable) public CfnCapabilityPropsMixin.AckProperty.Builder enableCrossNamespace(Boolean enableCrossNamespace) Sets the value ofCfnCapabilityPropsMixin.AckProperty.getEnableCrossNamespace()- Parameters:
enableCrossNamespace- Whether cross-namespace references are enabled for ACK controllers. When not specified, the service default applies.- Returns:
this
-
enableCrossNamespace
@Stability(Stable) public CfnCapabilityPropsMixin.AckProperty.Builder enableCrossNamespace(IResolvable enableCrossNamespace) Sets the value ofCfnCapabilityPropsMixin.AckProperty.getEnableCrossNamespace()- Parameters:
enableCrossNamespace- Whether cross-namespace references are enabled for ACK controllers. When not specified, the service default applies.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCapabilityPropsMixin.AckProperty>- Returns:
- a new instance of
CfnCapabilityPropsMixin.AckProperty - Throws:
NullPointerException- if any required attribute was not provided
-