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