Package com.ibm.cloud.is.vpc.v1.model
Class UpdateFlowLogCollectorOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.UpdateFlowLogCollectorOptions.Builder
-
- Enclosing class:
- UpdateFlowLogCollectorOptions
public static class UpdateFlowLogCollectorOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateFlowLogCollectorOptionsbuild()Builds a UpdateFlowLogCollectorOptions.UpdateFlowLogCollectorOptions.BuilderflowLogCollectorPatch(Map<String,Object> flowLogCollectorPatch)Set the flowLogCollectorPatch.UpdateFlowLogCollectorOptions.Builderid(String id)Set the id.
-
-
-
Method Detail
-
build
public UpdateFlowLogCollectorOptions build()
Builds a UpdateFlowLogCollectorOptions.- Returns:
- the new UpdateFlowLogCollectorOptions instance
-
id
public UpdateFlowLogCollectorOptions.Builder id(String id)
Set the id.- Parameters:
id- the id- Returns:
- the UpdateFlowLogCollectorOptions builder
-
flowLogCollectorPatch
public UpdateFlowLogCollectorOptions.Builder flowLogCollectorPatch(Map<String,Object> flowLogCollectorPatch)
Set the flowLogCollectorPatch.- Parameters:
flowLogCollectorPatch- the flowLogCollectorPatch- Returns:
- the UpdateFlowLogCollectorOptions builder
-
-