public static interface DescribeSnapshotSchedulesRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeSnapshotSchedulesRequest.Builder,DescribeSnapshotSchedulesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotSchedulesRequest.Builder |
clusterIdentifier(String clusterIdentifier)
The unique identifier for the cluster whose snapshot schedules you want to view.
|
DescribeSnapshotSchedulesRequest.Builder |
marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeSnapshotSchedulesRequest.Builder |
maxRecords(Integer maxRecords)
The maximum number or response records to return in each call.
|
DescribeSnapshotSchedulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeSnapshotSchedulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeSnapshotSchedulesRequest.Builder |
scheduleIdentifier(String scheduleIdentifier)
A unique identifier for a snapshot schedule.
|
DescribeSnapshotSchedulesRequest.Builder |
tagKeys(Collection<String> tagKeys)
The key value for a snapshot schedule tag.
|
DescribeSnapshotSchedulesRequest.Builder |
tagKeys(String... tagKeys)
The key value for a snapshot schedule tag.
|
DescribeSnapshotSchedulesRequest.Builder |
tagValues(Collection<String> tagValues)
The value corresponding to the key of the snapshot schedule tag.
|
DescribeSnapshotSchedulesRequest.Builder |
tagValues(String... tagValues)
The value corresponding to the key of the snapshot schedule tag.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeSnapshotSchedulesRequest.Builder clusterIdentifier(String clusterIdentifier)
The unique identifier for the cluster whose snapshot schedules you want to view.
clusterIdentifier - The unique identifier for the cluster whose snapshot schedules you want to view.DescribeSnapshotSchedulesRequest.Builder scheduleIdentifier(String scheduleIdentifier)
A unique identifier for a snapshot schedule.
scheduleIdentifier - A unique identifier for a snapshot schedule.DescribeSnapshotSchedulesRequest.Builder tagKeys(Collection<String> tagKeys)
The key value for a snapshot schedule tag.
tagKeys - The key value for a snapshot schedule tag.DescribeSnapshotSchedulesRequest.Builder tagKeys(String... tagKeys)
The key value for a snapshot schedule tag.
tagKeys - The key value for a snapshot schedule tag.DescribeSnapshotSchedulesRequest.Builder tagValues(Collection<String> tagValues)
The value corresponding to the key of the snapshot schedule tag.
tagValues - The value corresponding to the key of the snapshot schedule tag.DescribeSnapshotSchedulesRequest.Builder tagValues(String... tagValues)
The value corresponding to the key of the snapshot schedule tag.
tagValues - The value corresponding to the key of the snapshot schedule tag.DescribeSnapshotSchedulesRequest.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 marker parameter and retrying the command. If the marker field is
empty, all response records have been retrieved for the request.
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.DescribeSnapshotSchedulesRequest.Builder maxRecords(Integer maxRecords)
The maximum number or response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords value, a value is returned in a marker field of
the response. You can retrieve the next set of records by retrying the command with the returned
marker value.
maxRecords - The maximum number or response records to return in each call. If the number of remaining response
records exceeds the specified MaxRecords value, a value is returned in a
marker field of the response. You can retrieve the next set of records by retrying the
command with the returned marker value.DescribeSnapshotSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeSnapshotSchedulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.