Class UpdateGatewayOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.direct_link.v1.model.UpdateGatewayOptions.Builder
-
- Enclosing class:
- UpdateGatewayOptions
public static class UpdateGatewayOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateGatewayOptionsbuild()Builds a UpdateGatewayOptions.UpdateGatewayOptions.BuildergatewayPatchTemplatePatch(Map<String,Object> gatewayPatchTemplatePatch)Set the gatewayPatchTemplatePatch.UpdateGatewayOptions.Builderid(String id)Set the id.
-
-
-
Method Detail
-
build
public UpdateGatewayOptions build()
Builds a UpdateGatewayOptions.- Returns:
- the new UpdateGatewayOptions instance
-
id
public UpdateGatewayOptions.Builder id(String id)
Set the id.- Parameters:
id- the id- Returns:
- the UpdateGatewayOptions builder
-
gatewayPatchTemplatePatch
public UpdateGatewayOptions.Builder gatewayPatchTemplatePatch(Map<String,Object> gatewayPatchTemplatePatch)
Set the gatewayPatchTemplatePatch.- Parameters:
gatewayPatchTemplatePatch- the gatewayPatchTemplatePatch- Returns:
- the UpdateGatewayOptions builder
-
-