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