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