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