Interface ListOperationsResponse.Builder
-
- All Superinterfaces:
AppRunnerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>,SdkBuilder<ListOperationsResponse.Builder,ListOperationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListOperationsResponse
public static interface ListOperationsResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOperationsResponse.BuildernextToken(String nextToken)The token that you can pass in a subsequent request to get the next result page.ListOperationsResponse.BuilderoperationSummaryList(Collection<OperationSummary> operationSummaryList)A list of operation summary information records.ListOperationsResponse.BuilderoperationSummaryList(Consumer<OperationSummary.Builder>... operationSummaryList)A list of operation summary information records.ListOperationsResponse.BuilderoperationSummaryList(OperationSummary... operationSummaryList)A list of operation summary information records.-
Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerResponse.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 Detail
-
operationSummaryList
ListOperationsResponse.Builder operationSummaryList(Collection<OperationSummary> operationSummaryList)
A list of operation summary information records. In a paginated request, the request returns up to
MaxResultsrecords for each call.- Parameters:
operationSummaryList- A list of operation summary information records. In a paginated request, the request returns up toMaxResultsrecords for each call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationSummaryList
ListOperationsResponse.Builder operationSummaryList(OperationSummary... operationSummaryList)
A list of operation summary information records. In a paginated request, the request returns up to
MaxResultsrecords for each call.- Parameters:
operationSummaryList- A list of operation summary information records. In a paginated request, the request returns up toMaxResultsrecords for each call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationSummaryList
ListOperationsResponse.Builder operationSummaryList(Consumer<OperationSummary.Builder>... operationSummaryList)
A list of operation summary information records. In a paginated request, the request returns up to
This is a convenience method that creates an instance of theMaxResultsrecords for each call.OperationSummary.Builderavoiding the need to create one manually viaOperationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#operationSummaryList(List.) - Parameters:
operationSummaryList- 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:
#operationSummaryList(java.util.Collection)
-
nextToken
ListOperationsResponse.Builder nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
- Parameters:
nextToken- The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-