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