public static interface ListZonalShiftsRequest.Builder extends ArcZonalShiftRequest.Builder, SdkPojo, CopyableBuilder<ListZonalShiftsRequest.Builder,ListZonalShiftsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListZonalShiftsRequest.Builder |
maxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
ListZonalShiftsRequest.Builder |
nextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
ListZonalShiftsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListZonalShiftsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListZonalShiftsRequest.Builder |
status(String status)
A status for a zonal shift.
|
ListZonalShiftsRequest.Builder |
status(ZonalShiftStatus status)
A status for a zonal shift.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListZonalShiftsRequest.Builder maxResults(Integer maxResults)
The number of objects that you want to return with this call.
maxResults - The number of objects that you want to return with this call.ListZonalShiftsRequest.Builder nextToken(String nextToken)
Specifies that you want to receive the next page of results. Valid only if you received a
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken response to
request the next page of results.
nextToken - Specifies that you want to receive the next page of results. Valid only if you received a
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response to request the next page of results.ListZonalShiftsRequest.Builder status(String status)
A status for a zonal shift.
The Status for a zonal shift can have one of the following values:
ACTIVE: The zonal shift is started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
status - A status for a zonal shift.
The Status for a zonal shift can have one of the following values:
ACTIVE: The zonal shift is started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
ZonalShiftStatus,
ZonalShiftStatusListZonalShiftsRequest.Builder status(ZonalShiftStatus status)
A status for a zonal shift.
The Status for a zonal shift can have one of the following values:
ACTIVE: The zonal shift is started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
status - A status for a zonal shift.
The Status for a zonal shift can have one of the following values:
ACTIVE: The zonal shift is started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
ZonalShiftStatus,
ZonalShiftStatusListZonalShiftsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListZonalShiftsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.