Package com.ibm.cloud.is.vpc.v1.model
Class RevokeAccountForPrivatePathServiceGatewayOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.RevokeAccountForPrivatePathServiceGatewayOptions.Builder
-
- Enclosing class:
- RevokeAccountForPrivatePathServiceGatewayOptions
public static class RevokeAccountForPrivatePathServiceGatewayOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(String privatePathServiceGatewayId, AccountIdentity account)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevokeAccountForPrivatePathServiceGatewayOptions.Builder
account(AccountIdentity account)
Set the account.RevokeAccountForPrivatePathServiceGatewayOptions
build()
Builds a RevokeAccountForPrivatePathServiceGatewayOptions.RevokeAccountForPrivatePathServiceGatewayOptions.Builder
privatePathServiceGatewayId(String privatePathServiceGatewayId)
Set the privatePathServiceGatewayId.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String privatePathServiceGatewayId, AccountIdentity account)
Instantiates a new builder with required properties.- Parameters:
privatePathServiceGatewayId
- the privatePathServiceGatewayIdaccount
- the account
-
-
Method Detail
-
build
public RevokeAccountForPrivatePathServiceGatewayOptions 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
public RevokeAccountForPrivatePathServiceGatewayOptions.Builder account(AccountIdentity account)
Set the account.- Parameters:
account
- the account- Returns:
- the RevokeAccountForPrivatePathServiceGatewayOptions builder
-
-