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