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