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 SummaryAll 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- 
buildpublic UpdateGatewayOptions build() Builds a UpdateGatewayOptions.- Returns:
- the new UpdateGatewayOptions instance
 
 - 
idpublic UpdateGatewayOptions.Builder id(String id) Set the id.- Parameters:
- id- the id
- Returns:
- the UpdateGatewayOptions builder
 
 - 
gatewayPatchTemplatePatchpublic UpdateGatewayOptions.Builder gatewayPatchTemplatePatch(Map<String,Object> gatewayPatchTemplatePatch) Set the gatewayPatchTemplatePatch.- Parameters:
- gatewayPatchTemplatePatch- the gatewayPatchTemplatePatch
- Returns:
- the UpdateGatewayOptions builder
 
 
- 
 
-