Interface S3OnDeviceServiceConfiguration.Builder

  • Method Details

    • storageLimit

      S3OnDeviceServiceConfiguration.Builder storageLimit(Double storageLimit)

      If the specified storage limit value matches storage limit of one of the defined configurations, that configuration will be used. If the specified storage limit value does not match any defined configuration, the request will fail. If more than one configuration has the same storage limit as specified, the other input need to be provided.

      Parameters:
      storageLimit - If the specified storage limit value matches storage limit of one of the defined configurations, that configuration will be used. If the specified storage limit value does not match any defined configuration, the request will fail. If more than one configuration has the same storage limit as specified, the other input need to be provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • storageUnit

      Storage unit. Currently the only supported unit is TB.

      Parameters:
      storageUnit - Storage unit. Currently the only supported unit is TB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • storageUnit

      Storage unit. Currently the only supported unit is TB.

      Parameters:
      storageUnit - Storage unit. Currently the only supported unit is TB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serviceSize

      Applicable when creating a cluster. Specifies how many nodes are needed for Amazon S3 compatible storage on Snow family devices. If specified, the other input can be omitted.

      Parameters:
      serviceSize - Applicable when creating a cluster. Specifies how many nodes are needed for Amazon S3 compatible storage on Snow family devices. If specified, the other input can be omitted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • faultTolerance

      S3OnDeviceServiceConfiguration.Builder faultTolerance(Integer faultTolerance)

      >Fault tolerance level of the cluster. This indicates the number of nodes that can go down without degrading the performance of the cluster. This additional input helps when the specified StorageLimit matches more than one Amazon S3 compatible storage on Snow family devices service configuration.

      Parameters:
      faultTolerance - >Fault tolerance level of the cluster. This indicates the number of nodes that can go down without degrading the performance of the cluster. This additional input helps when the specified StorageLimit matches more than one Amazon S3 compatible storage on Snow family devices service configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.