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