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