Class DeletePrivatePathServiceGatewayAccountPolicyOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.DeletePrivatePathServiceGatewayAccountPolicyOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a DeletePrivatePathServiceGatewayAccountPolicyOptions.Set the id.privatePathServiceGatewayId
(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a DeletePrivatePathServiceGatewayAccountPolicyOptions.- Returns:
- the new DeletePrivatePathServiceGatewayAccountPolicyOptions instance
-
privatePathServiceGatewayId
public DeletePrivatePathServiceGatewayAccountPolicyOptions.Builder privatePathServiceGatewayId(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.- Parameters:
privatePathServiceGatewayId
- the privatePathServiceGatewayId- Returns:
- the DeletePrivatePathServiceGatewayAccountPolicyOptions builder
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the DeletePrivatePathServiceGatewayAccountPolicyOptions builder
-