Interface ListKxVolumesRequest.Builder

  • Method Details

    • environmentId

      ListKxVolumesRequest.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.
    • maxResults

      ListKxVolumesRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return in this request.

      Parameters:
      maxResults - The maximum number of results to return in this request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListKxVolumesRequest.Builder nextToken(String nextToken)

      A token that indicates where a results page should begin.

      Parameters:
      nextToken - A token that indicates where a results page should begin.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • volumeType

      ListKxVolumesRequest.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:
    • overrideConfiguration

      ListKxVolumesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.