Class DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions.Builder
- Enclosing class:
DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions
public static class DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions.Builder
extends Object
Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions.Set the id.privatePathServiceGatewayId
(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.setAccountPolicy
(Boolean setAccountPolicy) Set the setAccountPolicy.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions.- Returns:
- the new DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions instance
-
privatePathServiceGatewayId
public DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions.Builder privatePathServiceGatewayId(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.- Parameters:
privatePathServiceGatewayId
- the privatePathServiceGatewayId- Returns:
- the DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions builder
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions builder
-
setAccountPolicy
public DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions.Builder setAccountPolicy(Boolean setAccountPolicy) Set the setAccountPolicy.- Parameters:
setAccountPolicy
- the setAccountPolicy- Returns:
- the DenyPrivatePathServiceGatewayEndpointGatewayBindingOptions builder
-