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