Interface CreateKxVolumeResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateKxVolumeResponse.Builder,CreateKxVolumeResponse>, FinspaceResponse.Builder, SdkBuilder<CreateKxVolumeResponse.Builder,CreateKxVolumeResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateKxVolumeResponse

public static interface CreateKxVolumeResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<CreateKxVolumeResponse.Builder,CreateKxVolumeResponse>
  • Method Details

    • environmentId

      CreateKxVolumeResponse.Builder environmentId(String environmentId)

      A unique identifier for the kdb environment, whose clusters can attach to the volume.

      Parameters:
      environmentId - A unique identifier for the kdb environment, whose clusters can attach to the volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • volumeName

      CreateKxVolumeResponse.Builder volumeName(String volumeName)

      A unique identifier for the volume.

      Parameters:
      volumeName - A unique identifier for the volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • volumeType

      CreateKxVolumeResponse.Builder volumeType(String volumeType)

      The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

      Parameters:
      volumeType - The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • volumeType

      The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

      Parameters:
      volumeType - The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • volumeArn

      CreateKxVolumeResponse.Builder volumeArn(String volumeArn)

      The ARN identifier of the volume.

      Parameters:
      volumeArn - The ARN identifier of the volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nas1Configuration

      CreateKxVolumeResponse.Builder nas1Configuration(KxNAS1Configuration nas1Configuration)

      Specifies the configuration for the Network attached storage (NAS_1) file system volume.

      Parameters:
      nas1Configuration - Specifies the configuration for the Network attached storage (NAS_1) file system volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nas1Configuration

      default CreateKxVolumeResponse.Builder nas1Configuration(Consumer<KxNAS1Configuration.Builder> nas1Configuration)

      Specifies the configuration for the Network attached storage (NAS_1) file system volume.

      This is a convenience method that creates an instance of the KxNAS1Configuration.Builder avoiding the need to create one manually via KxNAS1Configuration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to nas1Configuration(KxNAS1Configuration).

      Parameters:
      nas1Configuration - a consumer that will call methods on KxNAS1Configuration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of volume creation.

      • CREATING – The volume creation is in progress.

      • CREATE_FAILED – The volume creation has failed.

      • ACTIVE – The volume is active.

      • UPDATING – The volume is in the process of being updated.

      • UPDATE_FAILED – The update action failed.

      • UPDATED – The volume is successfully updated.

      • DELETING – The volume is in the process of being deleted.

      • DELETE_FAILED – The system failed to delete the volume.

      • DELETED – The volume is successfully deleted.

      Parameters:
      status - The status of volume creation.

      • CREATING – The volume creation is in progress.

      • CREATE_FAILED – The volume creation has failed.

      • ACTIVE – The volume is active.

      • UPDATING – The volume is in the process of being updated.

      • UPDATE_FAILED – The update action failed.

      • UPDATED – The volume is successfully updated.

      • DELETING – The volume is in the process of being deleted.

      • DELETE_FAILED – The system failed to delete the volume.

      • DELETED – The volume is successfully deleted.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of volume creation.

      • CREATING – The volume creation is in progress.

      • CREATE_FAILED – The volume creation has failed.

      • ACTIVE – The volume is active.

      • UPDATING – The volume is in the process of being updated.

      • UPDATE_FAILED – The update action failed.

      • UPDATED – The volume is successfully updated.

      • DELETING – The volume is in the process of being deleted.

      • DELETE_FAILED – The system failed to delete the volume.

      • DELETED – The volume is successfully deleted.

      Parameters:
      status - The status of volume creation.

      • CREATING – The volume creation is in progress.

      • CREATE_FAILED – The volume creation has failed.

      • ACTIVE – The volume is active.

      • UPDATING – The volume is in the process of being updated.

      • UPDATE_FAILED – The update action failed.

      • UPDATED – The volume is successfully updated.

      • DELETING – The volume is in the process of being deleted.

      • DELETE_FAILED – The system failed to delete the volume.

      • DELETED – The volume is successfully deleted.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      CreateKxVolumeResponse.Builder statusReason(String statusReason)

      The error message when a failed state occurs.

      Parameters:
      statusReason - The error message when a failed state occurs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • azMode

      The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

      Parameters:
      azMode - The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • azMode

      The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

      Parameters:
      azMode - The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      CreateKxVolumeResponse.Builder description(String description)

      A description of the volume.

      Parameters:
      description - A description of the volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZoneIds

      CreateKxVolumeResponse.Builder availabilityZoneIds(Collection<String> availabilityZoneIds)

      The identifier of the availability zones.

      Parameters:
      availabilityZoneIds - The identifier of the availability zones.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZoneIds

      CreateKxVolumeResponse.Builder availabilityZoneIds(String... availabilityZoneIds)

      The identifier of the availability zones.

      Parameters:
      availabilityZoneIds - The identifier of the availability zones.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTimestamp

      CreateKxVolumeResponse.Builder createdTimestamp(Instant createdTimestamp)

      The timestamp at which the volume was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

      Parameters:
      createdTimestamp - The timestamp at which the volume was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      Returns:
      Returns a reference to this object so that method calls can be chained together.