public static interface ListResourceRequestsRequest.Builder extends CloudControlRequest.Builder, SdkPojo, CopyableBuilder<ListResourceRequestsRequest.Builder,ListResourceRequestsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourceRequestsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds
this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.
The default is 20.
maxResults - The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.
The default is 20.
ListResourceRequestsRequest.Builder nextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken parameter. If there are no
remaining results, the previous response object's NextToken parameter is set to
null.
nextToken - If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call
this action again and assign that token to the request object's NextToken parameter. If
there are no remaining results, the previous response object's NextToken parameter is set
to null.ListResourceRequestsRequest.Builder resourceRequestStatusFilter(ResourceRequestStatusFilter resourceRequestStatusFilter)
The filter criteria to apply to the requests returned.
resourceRequestStatusFilter - The filter criteria to apply to the requests returned.default ListResourceRequestsRequest.Builder resourceRequestStatusFilter(Consumer<ResourceRequestStatusFilter.Builder> resourceRequestStatusFilter)
The filter criteria to apply to the requests returned.
This is a convenience method that creates an instance of theResourceRequestStatusFilter.Builder
avoiding the need to create one manually via ResourceRequestStatusFilter.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to resourceRequestStatusFilter(ResourceRequestStatusFilter).
resourceRequestStatusFilter - a consumer that will call methods on ResourceRequestStatusFilter.BuilderresourceRequestStatusFilter(ResourceRequestStatusFilter)ListResourceRequestsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListResourceRequestsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.