Class UpdateEndpointGatewayOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.UpdateEndpointGatewayOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a UpdateEndpointGatewayOptions.endpointGatewayPatch
(Map<String, Object> endpointGatewayPatch) Set the endpointGatewayPatch.Set the id.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a UpdateEndpointGatewayOptions.- Returns:
- the new UpdateEndpointGatewayOptions instance
-
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
-