Interface ListOperationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListOperationsResponse.Builder,
,ListOperationsResponse> SdkBuilder<ListOperationsResponse.Builder,
,ListOperationsResponse> SdkPojo
,SdkResponse.Builder
,SsmSapResponse.Builder
- Enclosing class:
ListOperationsResponse
@Mutable
@NotThreadSafe
public static interface ListOperationsResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.operations
(Collection<Operation> operations) List of operations performed by AWS Systems Manager for SAP.operations
(Consumer<Operation.Builder>... operations) List of operations performed by AWS Systems Manager for SAP.operations
(Operation... operations) List of operations performed by AWS Systems Manager for SAP.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
Methods inherited from interface software.amazon.awssdk.services.ssmsap.model.SsmSapResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
operations
List of operations performed by AWS Systems Manager for SAP.
- Parameters:
operations
- List of operations performed by AWS Systems Manager for SAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
List of operations performed by AWS Systems Manager for SAP.
- Parameters:
operations
- List of operations performed by AWS Systems Manager for SAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
List of operations performed by AWS Systems Manager for SAP.
This is a convenience method that creates an instance of theOperation.Builder
avoiding the need to create one manually viaOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooperations(List<Operation>)
.- Parameters:
operations
- a consumer that will call methods onOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-