Class CreatePrivatePathServiceGatewayAccountPolicyOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.CreatePrivatePathServiceGatewayAccountPolicyOptions.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()Instantiates a new builder.Builder(String privatePathServiceGatewayId, String accessPolicy, AccountIdentity account) Instantiates a new builder with required properties. -
Method Summary
Modifier and TypeMethodDescriptionaccessPolicy(String accessPolicy) Set the accessPolicy.account(AccountIdentity account) Set the account.build()Builds a CreatePrivatePathServiceGatewayAccountPolicyOptions.privatePathServiceGatewayId(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
privatePathServiceGatewayId- the privatePathServiceGatewayIdaccessPolicy- the accessPolicyaccount- the account
-
-
Method Details
-
build
Builds a CreatePrivatePathServiceGatewayAccountPolicyOptions.- Returns:
- the new CreatePrivatePathServiceGatewayAccountPolicyOptions instance
-
privatePathServiceGatewayId
public CreatePrivatePathServiceGatewayAccountPolicyOptions.Builder privatePathServiceGatewayId(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.- Parameters:
privatePathServiceGatewayId- the privatePathServiceGatewayId- Returns:
- the CreatePrivatePathServiceGatewayAccountPolicyOptions builder
-
accessPolicy
public CreatePrivatePathServiceGatewayAccountPolicyOptions.Builder accessPolicy(String accessPolicy) Set the accessPolicy.- Parameters:
accessPolicy- the accessPolicy- Returns:
- the CreatePrivatePathServiceGatewayAccountPolicyOptions builder
-
account
Set the account.- Parameters:
account- the account- Returns:
- the CreatePrivatePathServiceGatewayAccountPolicyOptions builder
-