Interface ListZonalShiftsRequest.Builder
-
- All Superinterfaces:
ArcZonalShiftRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListZonalShiftsRequest.Builder,ListZonalShiftsRequest>,SdkBuilder<ListZonalShiftsRequest.Builder,ListZonalShiftsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListZonalShiftsRequest
public static interface ListZonalShiftsRequest.Builder extends ArcZonalShiftRequest.Builder, SdkPojo, CopyableBuilder<ListZonalShiftsRequest.Builder,ListZonalShiftsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListZonalShiftsRequest.BuildermaxResults(Integer maxResults)The number of objects that you want to return with this call.ListZonalShiftsRequest.BuildernextToken(String nextToken)Specifies that you want to receive the next page of results.ListZonalShiftsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListZonalShiftsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListZonalShiftsRequest.BuilderresourceIdentifier(String resourceIdentifier)The identifier for the resource that you want to list zonal shifts for.ListZonalShiftsRequest.Builderstatus(String status)A status for a zonal shift.ListZonalShiftsRequest.Builderstatus(ZonalShiftStatus status)A status for a zonal shift.-
Methods inherited from interface software.amazon.awssdk.services.arczonalshift.model.ArcZonalShiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListZonalShiftsRequest.Builder maxResults(Integer maxResults)
The number of objects that you want to return with this call.
- Parameters:
maxResults- The number of objects that you want to return with this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListZonalShiftsRequest.Builder nextToken(String nextToken)
Specifies that you want to receive the next page of results. Valid only if you received a
NextTokenresponse 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'sNextTokenresponse to request the next page of results.- Parameters:
nextToken- Specifies that you want to receive the next page of results. Valid only if you received aNextTokenresponse 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'sNextTokenresponse to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifier
ListZonalShiftsRequest.Builder resourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource.
- Parameters:
resourceIdentifier- The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListZonalShiftsRequest.Builder status(String status)
A status for a zonal shift.
The
Statusfor a zonal shift can have one of the following values:-
ACTIVE: The zonal shift has been started and active.
-
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
-
CANCELED: The zonal shift was canceled.
- Parameters:
status- A status for a zonal shift.The
Statusfor a zonal shift can have one of the following values:-
ACTIVE: The zonal shift has been started and active.
-
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
-
CANCELED: The zonal shift was canceled.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ZonalShiftStatus,ZonalShiftStatus
-
-
status
ListZonalShiftsRequest.Builder status(ZonalShiftStatus status)
A status for a zonal shift.
The
Statusfor a zonal shift can have one of the following values:-
ACTIVE: The zonal shift has been started and active.
-
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
-
CANCELED: The zonal shift was canceled.
- Parameters:
status- A status for a zonal shift.The
Statusfor a zonal shift can have one of the following values:-
ACTIVE: The zonal shift has been started and active.
-
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
-
CANCELED: The zonal shift was canceled.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ZonalShiftStatus,ZonalShiftStatus
-
-
overrideConfiguration
ListZonalShiftsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListZonalShiftsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-