Package com.pulumi.alicloud.vpc.inputs
Class DhcpOptionsSetAttachmentState.Builder
- java.lang.Object
-
- com.pulumi.alicloud.vpc.inputs.DhcpOptionsSetAttachmentState.Builder
-
- Enclosing class:
- DhcpOptionsSetAttachmentState
public static final class DhcpOptionsSetAttachmentState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(DhcpOptionsSetAttachmentState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DhcpOptionsSetAttachmentState
build()
DhcpOptionsSetAttachmentState.Builder
dhcpOptionsSetId(com.pulumi.core.Output<java.lang.String> dhcpOptionsSetId)
DhcpOptionsSetAttachmentState.Builder
dhcpOptionsSetId(java.lang.String dhcpOptionsSetId)
DhcpOptionsSetAttachmentState.Builder
dryRun(com.pulumi.core.Output<java.lang.Boolean> dryRun)
DhcpOptionsSetAttachmentState.Builder
dryRun(java.lang.Boolean dryRun)
DhcpOptionsSetAttachmentState.Builder
status(com.pulumi.core.Output<java.lang.String> status)
DhcpOptionsSetAttachmentState.Builder
status(java.lang.String status)
DhcpOptionsSetAttachmentState.Builder
vpcId(com.pulumi.core.Output<java.lang.String> vpcId)
DhcpOptionsSetAttachmentState.Builder
vpcId(java.lang.String vpcId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(DhcpOptionsSetAttachmentState defaults)
-
-
Method Detail
-
dhcpOptionsSetId
public DhcpOptionsSetAttachmentState.Builder dhcpOptionsSetId(@Nullable com.pulumi.core.Output<java.lang.String> dhcpOptionsSetId)
- Parameters:
dhcpOptionsSetId
- The ID of the DHCP options set.- Returns:
- builder
-
dhcpOptionsSetId
public DhcpOptionsSetAttachmentState.Builder dhcpOptionsSetId(java.lang.String dhcpOptionsSetId)
- Parameters:
dhcpOptionsSetId
- The ID of the DHCP options set.- Returns:
- builder
-
dryRun
public DhcpOptionsSetAttachmentState.Builder dryRun(@Nullable com.pulumi.core.Output<java.lang.Boolean> dryRun)
- Parameters:
dryRun
- Specifies whether to precheck this request only. Default values: `false`. Valid values:- Returns:
- builder
-
dryRun
public DhcpOptionsSetAttachmentState.Builder dryRun(java.lang.Boolean dryRun)
- Parameters:
dryRun
- Specifies whether to precheck this request only. Default values: `false`. Valid values:- Returns:
- builder
-
status
public DhcpOptionsSetAttachmentState.Builder status(@Nullable com.pulumi.core.Output<java.lang.String> status)
- Parameters:
status
- The status of the VPC network that is associated with the DHCP options set. Valid values: `InUse` or `Pending`.- Returns:
- builder
-
status
public DhcpOptionsSetAttachmentState.Builder status(java.lang.String status)
- Parameters:
status
- The status of the VPC network that is associated with the DHCP options set. Valid values: `InUse` or `Pending`.- Returns:
- builder
-
vpcId
public DhcpOptionsSetAttachmentState.Builder vpcId(@Nullable com.pulumi.core.Output<java.lang.String> vpcId)
- Parameters:
vpcId
- The ID of the VPC network that is to be associated with the DHCP options set..- Returns:
- builder
-
vpcId
public DhcpOptionsSetAttachmentState.Builder vpcId(java.lang.String vpcId)
- Parameters:
vpcId
- The ID of the VPC network that is to be associated with the DHCP options set..- Returns:
- builder
-
build
public DhcpOptionsSetAttachmentState build()
-
-