Class EndpointGatewayPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.EndpointGatewayPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowDnsResolutionBinding
(Boolean allowDnsResolutionBinding) Set the allowDnsResolutionBinding.build()
Builds a EndpointGatewayPatch.Set the name.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a EndpointGatewayPatch.- Returns:
- the new EndpointGatewayPatch instance
-
allowDnsResolutionBinding
Set the allowDnsResolutionBinding.- Parameters:
allowDnsResolutionBinding
- the allowDnsResolutionBinding- Returns:
- the EndpointGatewayPatch builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the EndpointGatewayPatch builder
-