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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeSnapshotSchedulesResponse.Buildermarker(String marker)A value that indicates the starting point for the next set of response records in a subsequent request.DescribeSnapshotSchedulesResponse.BuildersnapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)A list of SnapshotSchedules.DescribeSnapshotSchedulesResponse.BuildersnapshotSchedules(Consumer<SnapshotSchedule.Builder>... snapshotSchedules)A list of SnapshotSchedules.DescribeSnapshotSchedulesResponse.BuildersnapshotSchedules(SnapshotSchedule... snapshotSchedules)A list of SnapshotSchedules.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
snapshotSchedules
DescribeSnapshotSchedulesResponse.Builder snapshotSchedules(Collection<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
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
DescribeSnapshotSchedulesResponse.Builder snapshotSchedules(Consumer<SnapshotSchedule.Builder>... snapshotSchedules)
A list of SnapshotSchedules.
This is a convenience method that creates an instance of theSnapshotSchedule.Builderavoiding the need to create one manually viaSnapshotSchedule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#snapshotSchedules(List.) - Parameters:
snapshotSchedules- a consumer that will call methods onSnapshotSchedule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#snapshotSchedules(java.util.Collection)
-
marker
DescribeSnapshotSchedulesResponse.Builder marker(String 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
markerparameter and retrying the command. If themarkerfield 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 themarkerparameter and retrying the command. If themarkerfield 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.
-
-