Class VolumeTypeV3Args.Builder

  • Enclosing class:
    VolumeTypeV3Args

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

      • Builder

        public Builder()
    • Method Detail

      • description

        public VolumeTypeV3Args.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 VolumeTypeV3Args.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 VolumeTypeV3Args.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 VolumeTypeV3Args.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 VolumeTypeV3Args.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 VolumeTypeV3Args.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 VolumeTypeV3Args.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 VolumeTypeV3Args.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 VolumeTypeV3Args.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 VolumeTypeV3Args.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