Interface DescribeSnapshotSchedulesResponse.Builder

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

public static interface DescribeSnapshotSchedulesResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeSnapshotSchedulesResponse.Builder,DescribeSnapshotSchedulesResponse>
  • Method Details

    • snapshotSchedules

      A list of SnapshotSchedules.

      Parameters:
      snapshotSchedules - A list of SnapshotSchedules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snapshotSchedules

      DescribeSnapshotSchedulesResponse.Builder snapshotSchedules(SnapshotSchedule... snapshotSchedules)

      A list of SnapshotSchedules.

      Parameters:
      snapshotSchedules - A list of SnapshotSchedules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snapshotSchedules

      A list of SnapshotSchedules.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to snapshotSchedules(List<SnapshotSchedule>).

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

      A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

      Parameters:
      marker - A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.