Class VolumeTypeV3State.Builder

  • Enclosing class:
    VolumeTypeV3State

    public static final class VolumeTypeV3State.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • description

        public VolumeTypeV3State.Builder description​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Human-readable description of the port. Changing this updates the `description` of an existing volume type.
        Returns:
        builder
      • description

        public VolumeTypeV3State.Builder description​(java.lang.String description)
        Parameters:
        description - Human-readable description of the port. Changing this updates the `description` of an existing volume type.
        Returns:
        builder
      • extraSpecs

        public VolumeTypeV3State.Builder extraSpecs​(@Nullable
                                                    com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>> extraSpecs)
        Parameters:
        extraSpecs - Key/Value pairs of metadata for the volume type.
        Returns:
        builder
      • extraSpecs

        public VolumeTypeV3State.Builder extraSpecs​(java.util.Map<java.lang.String,​java.lang.Object> extraSpecs)
        Parameters:
        extraSpecs - Key/Value pairs of metadata for the volume type.
        Returns:
        builder
      • isPublic

        public VolumeTypeV3State.Builder isPublic​(@Nullable
                                                  com.pulumi.core.Output<java.lang.Boolean> isPublic)
        Parameters:
        isPublic - Whether the volume type is public. Changing this updates the `is_public` of an existing volume type.
        Returns:
        builder
      • isPublic

        public VolumeTypeV3State.Builder isPublic​(java.lang.Boolean isPublic)
        Parameters:
        isPublic - Whether the volume type is public. Changing this updates the `is_public` of an existing volume type.
        Returns:
        builder
      • name

        public VolumeTypeV3State.Builder name​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the volume type. Changing this updates the `name` of an existing volume type.
        Returns:
        builder
      • name

        public VolumeTypeV3State.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the volume type. Changing this updates the `name` of an existing volume type.
        Returns:
        builder
      • region

        public VolumeTypeV3State.Builder region​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - The region in which to create the volume. If omitted, the `region` argument of the provider is used. Changing this creates a new quotaset.
        Returns:
        builder
      • region

        public VolumeTypeV3State.Builder region​(java.lang.String region)
        Parameters:
        region - The region in which to create the volume. If omitted, the `region` argument of the provider is used. Changing this creates a new quotaset.
        Returns:
        builder