Interface ListOperationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListOperationsResponse.Builder,
,ListOperationsResponse> Route53DomainsResponse.Builder
,SdkBuilder<ListOperationsResponse.Builder,
,ListOperationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListOperationsResponse
@Mutable
@NotThreadSafe
public static interface ListOperationsResponse.Builder
extends Route53DomainsResponse.Builder, SdkPojo, CopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionnextPageMarker
(String nextPageMarker) If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.operations
(Collection<OperationSummary> operations) Lists summaries of the operations.operations
(Consumer<OperationSummary.Builder>... operations) Lists summaries of the operations.operations
(OperationSummary... operations) Lists summaries of the operations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53domains.model.Route53DomainsResponse.Builder
build, responseMetadata, responseMetadata
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
-
operations
Lists summaries of the operations.
- Parameters:
operations
- Lists summaries of the operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
Lists summaries of the operations.
- Parameters:
operations
- Lists summaries of the operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
Lists summaries of the operations.
This is a convenience method that creates an instance of theOperationSummary.Builder
avoiding the need to create one manually viaOperationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooperations(List<OperationSummary>)
.- Parameters:
operations
- a consumer that will call methods onOperationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextPageMarker
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.- Parameters:
nextPageMarker
- If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-