Package org.cdk8s.plus28.k8s
Class FlowDistinguisherMethodV1Beta3.Builder
- java.lang.Object
-
- org.cdk8s.plus28.k8s.FlowDistinguisherMethodV1Beta3.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<FlowDistinguisherMethodV1Beta3>
- Enclosing interface:
- FlowDistinguisherMethodV1Beta3
@Stability(Stable) public static final class FlowDistinguisherMethodV1Beta3.Builder extends Object implements software.amazon.jsii.Builder<FlowDistinguisherMethodV1Beta3>
A builder forFlowDistinguisherMethodV1Beta3
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowDistinguisherMethodV1Beta3build()Builds the configured instance.FlowDistinguisherMethodV1Beta3.Buildertype(String type)Sets the value ofFlowDistinguisherMethodV1Beta3.getType()
-
-
-
Method Detail
-
type
@Stability(Stable) public FlowDistinguisherMethodV1Beta3.Builder type(String type)
Sets the value ofFlowDistinguisherMethodV1Beta3.getType()- Parameters:
type-typeis the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". This parameter is required. Required.- Returns:
this
-
build
@Stability(Stable) public FlowDistinguisherMethodV1Beta3 build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FlowDistinguisherMethodV1Beta3>- Returns:
- a new instance of
FlowDistinguisherMethodV1Beta3 - Throws:
NullPointerException- if any required attribute was not provided
-
-