Interface CreateParallelDataResponse.Builder

    • Method Detail

      • name

        CreateParallelDataResponse.Builder name​(String name)

        The custom name that you assigned to the parallel data resource.

        Parameters:
        name - The custom name that you assigned to the parallel data resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        CreateParallelDataResponse.Builder status​(String status)

        The status of the parallel data resource. When the resource is ready for you to use, the status is ACTIVE.

        Parameters:
        status - The status of the parallel data resource. When the resource is ready for you to use, the status is ACTIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ParallelDataStatus, ParallelDataStatus
      • status

        CreateParallelDataResponse.Builder status​(ParallelDataStatus status)

        The status of the parallel data resource. When the resource is ready for you to use, the status is ACTIVE.

        Parameters:
        status - The status of the parallel data resource. When the resource is ready for you to use, the status is ACTIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ParallelDataStatus, ParallelDataStatus