Class DhcpOptionsSetAttachmentArgs.Builder

    • Method Detail

      • dhcpOptionsSetId

        public DhcpOptionsSetAttachmentArgs.Builder dhcpOptionsSetId​(com.pulumi.core.Output<java.lang.String> dhcpOptionsSetId)
        Parameters:
        dhcpOptionsSetId - The ID of the DHCP options set.
        Returns:
        builder
      • dhcpOptionsSetId

        public DhcpOptionsSetAttachmentArgs.Builder dhcpOptionsSetId​(java.lang.String dhcpOptionsSetId)
        Parameters:
        dhcpOptionsSetId - The ID of the DHCP options set.
        Returns:
        builder
      • dryRun

        public DhcpOptionsSetAttachmentArgs.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 DhcpOptionsSetAttachmentArgs.Builder dryRun​(java.lang.Boolean dryRun)
        Parameters:
        dryRun - Specifies whether to precheck this request only. Default values: `false`. Valid values:
        Returns:
        builder
      • vpcId

        public DhcpOptionsSetAttachmentArgs.Builder vpcId​(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 DhcpOptionsSetAttachmentArgs.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