Class RevokeAccountForPrivatePathServiceGatewayOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.RevokeAccountForPrivatePathServiceGatewayOptions.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()
Instantiates a new builder.Builder
(String privatePathServiceGatewayId, AccountIdentity account) Instantiates a new builder with required properties. -
Method Summary
Modifier and TypeMethodDescriptionaccount
(AccountIdentity account) Set the account.build()
Builds a RevokeAccountForPrivatePathServiceGatewayOptions.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 privatePathServiceGatewayIdaccount
- the account
-
-
Method Details
-
build
Builds a RevokeAccountForPrivatePathServiceGatewayOptions.- Returns:
- the new RevokeAccountForPrivatePathServiceGatewayOptions instance
-
privatePathServiceGatewayId
public RevokeAccountForPrivatePathServiceGatewayOptions.Builder privatePathServiceGatewayId(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.- Parameters:
privatePathServiceGatewayId
- the privatePathServiceGatewayId- Returns:
- the RevokeAccountForPrivatePathServiceGatewayOptions builder
-
account
Set the account.- Parameters:
account
- the account- Returns:
- the RevokeAccountForPrivatePathServiceGatewayOptions builder
-