Class UpdatePrivatePathServiceGatewayAccountPolicyOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.UpdatePrivatePathServiceGatewayAccountPolicyOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a UpdatePrivatePathServiceGatewayAccountPolicyOptions.Set the id.privatePathServiceGatewayAccountPolicyPatch(Map<String, Object> privatePathServiceGatewayAccountPolicyPatch) Set the privatePathServiceGatewayAccountPolicyPatch.privatePathServiceGatewayId(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
public Builder(String privatePathServiceGatewayId, String id, Map<String, Object> privatePathServiceGatewayAccountPolicyPatch) Instantiates a new builder with required properties.- Parameters:
privatePathServiceGatewayId- the privatePathServiceGatewayIdid- the idprivatePathServiceGatewayAccountPolicyPatch- the privatePathServiceGatewayAccountPolicyPatch
-
-
Method Details
-
build
Builds a UpdatePrivatePathServiceGatewayAccountPolicyOptions.- Returns:
- the new UpdatePrivatePathServiceGatewayAccountPolicyOptions instance
-
privatePathServiceGatewayId
public UpdatePrivatePathServiceGatewayAccountPolicyOptions.Builder privatePathServiceGatewayId(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.- Parameters:
privatePathServiceGatewayId- the privatePathServiceGatewayId- Returns:
- the UpdatePrivatePathServiceGatewayAccountPolicyOptions builder
-
id
Set the id.- Parameters:
id- the id- Returns:
- the UpdatePrivatePathServiceGatewayAccountPolicyOptions builder
-
privatePathServiceGatewayAccountPolicyPatch
public UpdatePrivatePathServiceGatewayAccountPolicyOptions.Builder privatePathServiceGatewayAccountPolicyPatch(Map<String, Object> privatePathServiceGatewayAccountPolicyPatch) Set the privatePathServiceGatewayAccountPolicyPatch.- Parameters:
privatePathServiceGatewayAccountPolicyPatch- the privatePathServiceGatewayAccountPolicyPatch- Returns:
- the UpdatePrivatePathServiceGatewayAccountPolicyOptions builder
-