Interface ListPlanExecutionsResponse.Builder
- All Superinterfaces:
ArcRegionSwitchResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPlanExecutionsResponse.Builder,
,ListPlanExecutionsResponse> SdkBuilder<ListPlanExecutionsResponse.Builder,
,ListPlanExecutionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPlanExecutionsResponse
@Mutable
@NotThreadSafe
public static interface ListPlanExecutionsResponse.Builder
extends ArcRegionSwitchResponse.Builder, SdkPojo, CopyableBuilder<ListPlanExecutionsResponse.Builder,ListPlanExecutionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems
(Collection<AbbreviatedExecution> items) The items in the plan execution to return.items
(Consumer<AbbreviatedExecution.Builder>... items) The items in the plan execution to return.items
(AbbreviatedExecution... items) The items in the plan execution to return.Specifies that you want to receive the next page of results.Methods inherited from interface software.amazon.awssdk.services.arcregionswitch.model.ArcRegionSwitchResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
The items in the plan execution to return.
- Parameters:
items
- The items in the plan execution to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The items in the plan execution to return.
- Parameters:
items
- The items in the plan execution to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The items in the plan execution to return.
This is a convenience method that creates an instance of theAbbreviatedExecution.Builder
avoiding the need to create one manually viaAbbreviatedExecution.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<AbbreviatedExecution>)
.- Parameters:
items
- a consumer that will call methods onAbbreviatedExecution.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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'snextToken
response 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 anextToken
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'snextToken
response to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-