Class CreateVpcDnsResolutionBindingOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.CreateVpcDnsResolutionBindingOptions.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()
Instantiates a new builder.Builder
(String vpcId, VPCIdentity vpc) Instantiates a new builder with required properties. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a CreateVpcDnsResolutionBindingOptions.Set the name.vpc
(VPCIdentity vpc) Set the vpc.Set the vpcId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
vpcId
- the vpcIdvpc
- the vpc
-
-
Method Details
-
build
Builds a CreateVpcDnsResolutionBindingOptions.- Returns:
- the new CreateVpcDnsResolutionBindingOptions instance
-
vpcId
Set the vpcId.- Parameters:
vpcId
- the vpcId- Returns:
- the CreateVpcDnsResolutionBindingOptions builder
-
vpc
Set the vpc.- Parameters:
vpc
- the vpc- Returns:
- the CreateVpcDnsResolutionBindingOptions builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the CreateVpcDnsResolutionBindingOptions builder
-