Class DhcpOptionsSetAttachmentState.Builder

    • 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