Package com.ibm.cloud.is.vpc.v1.model
Class UpdatePrivatePathServiceGatewayAccountPolicyOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.UpdatePrivatePathServiceGatewayAccountPolicyOptions.Builder
-
- Enclosing class:
- UpdatePrivatePathServiceGatewayAccountPolicyOptions
public static class UpdatePrivatePathServiceGatewayAccountPolicyOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePrivatePathServiceGatewayAccountPolicyOptions
build()
Builds a UpdatePrivatePathServiceGatewayAccountPolicyOptions.UpdatePrivatePathServiceGatewayAccountPolicyOptions.Builder
id(String id)
Set the id.UpdatePrivatePathServiceGatewayAccountPolicyOptions.Builder
privatePathServiceGatewayAccountPolicyPatch(Map<String,Object> privatePathServiceGatewayAccountPolicyPatch)
Set the privatePathServiceGatewayAccountPolicyPatch.UpdatePrivatePathServiceGatewayAccountPolicyOptions.Builder
privatePathServiceGatewayId(String privatePathServiceGatewayId)
Set the privatePathServiceGatewayId.
-
-
-
Constructor Detail
-
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 Detail
-
build
public UpdatePrivatePathServiceGatewayAccountPolicyOptions 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
public UpdatePrivatePathServiceGatewayAccountPolicyOptions.Builder id(String 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
-
-