Interface GetOperationsForResourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetOperationsForResourceResponse.Builder,GetOperationsForResourceResponse>,LightsailResponse.Builder,SdkBuilder<GetOperationsForResourceResponse.Builder,GetOperationsForResourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetOperationsForResourceResponse
public static interface GetOperationsForResourceResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetOperationsForResourceResponse.Builder,GetOperationsForResourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description GetOperationsForResourceResponse.BuildernextPageCount(String nextPageCount)Deprecated.GetOperationsForResourceResponse.BuildernextPageToken(String nextPageToken)The token to advance to the next page of results from your request.GetOperationsForResourceResponse.Builderoperations(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.GetOperationsForResourceResponse.Builderoperations(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.GetOperationsForResourceResponse.Builderoperations(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 Detail
-
operations
GetOperationsForResourceResponse.Builder 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.
- 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
GetOperationsForResourceResponse.Builder 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.
- 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
GetOperationsForResourceResponse.Builder 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.
This is a convenience method that creates an instance of theOperation.Builderavoiding the need to create one manually viaOperation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#operations(List.) - 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:
#operations(java.util.Collection)
-
nextPageCount
@Deprecated GetOperationsForResourceResponse.Builder nextPageCount(String nextPageCount)
Deprecated.(Discontinued) Returns the number of pages of results that remain.
In releases prior to June 12, 2017, this parameter returned
nullby the API. It is now discontinued, and the API returns thenext page tokenparameter instead.- Parameters:
nextPageCount- (Discontinued) Returns the number of pages of results that remain.In releases prior to June 12, 2017, this parameter returned
nullby the API. It is now discontinued, and the API returns thenext page tokenparameter instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextPageToken
GetOperationsForResourceResponse.Builder nextPageToken(String 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
GetOperationsForResourcerequest and specify the next page token using thepageTokenparameter.- 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
GetOperationsForResourcerequest and specify the next page token using thepageTokenparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-