Interface ListAutoshiftsRequest.Builder
-
- All Superinterfaces:
ArcZonalShiftRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListAutoshiftsRequest.Builder,ListAutoshiftsRequest>,SdkBuilder<ListAutoshiftsRequest.Builder,ListAutoshiftsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAutoshiftsRequest
public static interface ListAutoshiftsRequest.Builder extends ArcZonalShiftRequest.Builder, SdkPojo, CopyableBuilder<ListAutoshiftsRequest.Builder,ListAutoshiftsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAutoshiftsRequest.BuildermaxResults(Integer maxResults)The number of objects that you want to return with this call.ListAutoshiftsRequest.BuildernextToken(String nextToken)Specifies that you want to receive the next page of results.ListAutoshiftsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAutoshiftsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAutoshiftsRequest.Builderstatus(String status)The status of the autoshift.ListAutoshiftsRequest.Builderstatus(AutoshiftExecutionStatus status)The status of the autoshift.-
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
ListAutoshiftsRequest.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
ListAutoshiftsRequest.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.
-
status
ListAutoshiftsRequest.Builder status(String status)
The status of the autoshift.
- Parameters:
status- The status of the autoshift.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoshiftExecutionStatus,AutoshiftExecutionStatus
-
status
ListAutoshiftsRequest.Builder status(AutoshiftExecutionStatus status)
The status of the autoshift.
- Parameters:
status- The status of the autoshift.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoshiftExecutionStatus,AutoshiftExecutionStatus
-
overrideConfiguration
ListAutoshiftsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAutoshiftsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-