Class PrivatePathServiceGatewayPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.PrivatePathServiceGatewayPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a PrivatePathServiceGatewayPatch.defaultAccessPolicy
(String defaultAccessPolicy) Set the defaultAccessPolicy.loadBalancer
(LoadBalancerIdentity loadBalancer) Set the loadBalancer.Set the name.zonalAffinity
(Boolean zonalAffinity) Set the zonalAffinity.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a PrivatePathServiceGatewayPatch.- Returns:
- the new PrivatePathServiceGatewayPatch instance
-
defaultAccessPolicy
Set the defaultAccessPolicy.- Parameters:
defaultAccessPolicy
- the defaultAccessPolicy- Returns:
- the PrivatePathServiceGatewayPatch builder
-
loadBalancer
Set the loadBalancer.- Parameters:
loadBalancer
- the loadBalancer- Returns:
- the PrivatePathServiceGatewayPatch builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the PrivatePathServiceGatewayPatch builder
-
zonalAffinity
Set the zonalAffinity.- Parameters:
zonalAffinity
- the zonalAffinity- Returns:
- the PrivatePathServiceGatewayPatch builder
-