Class QosAssociationV3State.Builder

  • Enclosing class:
    QosAssociationV3State

    public static final class QosAssociationV3State.Builder
    extends java.lang.Object
    • Method Detail

      • qosId

        public QosAssociationV3State.Builder qosId​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> qosId)
        Parameters:
        qosId - ID of the qos to associate. Changing this creates a new qos association.
        Returns:
        builder
      • qosId

        public QosAssociationV3State.Builder qosId​(java.lang.String qosId)
        Parameters:
        qosId - ID of the qos to associate. Changing this creates a new qos association.
        Returns:
        builder
      • region

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

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

        public QosAssociationV3State.Builder volumeTypeId​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> volumeTypeId)
        Parameters:
        volumeTypeId - ID of the volume_type to associate. Changing this creates a new qos association.
        Returns:
        builder
      • volumeTypeId

        public QosAssociationV3State.Builder volumeTypeId​(java.lang.String volumeTypeId)
        Parameters:
        volumeTypeId - ID of the volume_type to associate. Changing this creates a new qos association.
        Returns:
        builder