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