Interface GetOperationsForResourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetOperationsForResourceResponse.Builder,
,GetOperationsForResourceResponse> LightsailResponse.Builder
,SdkBuilder<GetOperationsForResourceResponse.Builder,
,GetOperationsForResourceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetOperationsForResourceResponse
-
Method Summary
Modifier and TypeMethodDescriptionnextPageCount
(String nextPageCount) Deprecated.nextPageToken
(String nextPageToken) The token to advance to the next page of results from your request.operations
(Collection<Operation> operations) An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.operations
(Consumer<Operation.Builder>... operations) An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.operations
(Operation... operations) An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
operations
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
- Parameters:
operations
- An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
- Parameters:
operations
- An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
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:
-
nextPageCount
Deprecated.(Discontinued) Returns the number of pages of results that remain.
In releases prior to June 12, 2017, this parameter returned
null
by the API. It is now discontinued, and the API returns thenext page token
parameter instead.- Parameters:
nextPageCount
- (Discontinued) Returns the number of pages of results that remain.In releases prior to June 12, 2017, this parameter returned
null
by the API. It is now discontinued, and the API returns thenext page token
parameter instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextPageToken
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetOperationsForResource
request and specify the next page token using thepageToken
parameter.- Parameters:
nextPageToken
- The token to advance to the next page of results from your request.A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetOperationsForResource
request and specify the next page token using thepageToken
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-