Package com.ibm.cloud.is.vpc.v1.model
Class FlowLogCollectorPatch.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.FlowLogCollectorPatch.Builder
-
- Enclosing class:
- FlowLogCollectorPatch
public static class FlowLogCollectorPatch.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowLogCollectorPatch.Builder
active(Boolean active)
Set the active.FlowLogCollectorPatch
build()
Builds a FlowLogCollectorPatch.FlowLogCollectorPatch.Builder
name(String name)
Set the name.
-
-
-
Method Detail
-
build
public FlowLogCollectorPatch build()
Builds a FlowLogCollectorPatch.- Returns:
- the new FlowLogCollectorPatch instance
-
active
public FlowLogCollectorPatch.Builder active(Boolean active)
Set the active.- Parameters:
active
- the active- Returns:
- the FlowLogCollectorPatch builder
-
name
public FlowLogCollectorPatch.Builder name(String name)
Set the name.- Parameters:
name
- the name- Returns:
- the FlowLogCollectorPatch builder
-
-