public static interface ListReportsRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<ListReportsRequest.Builder,ListReportsRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListReportsRequest.Builder |
filter(Consumer<ReportFilter.Builder> filter)
A
ReportFilter object used to filter the returned reports. |
ListReportsRequest.Builder |
filter(ReportFilter filter)
A
ReportFilter object used to filter the returned reports. |
ListReportsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of paginated reports returned per response.
|
ListReportsRequest.Builder |
nextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. |
ListReportsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListReportsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListReportsRequest.Builder |
sortOrder(SortOrderType sortOrder)
Specifies the sort order for the list of returned reports.
|
ListReportsRequest.Builder |
sortOrder(String sortOrder)
Specifies the sort order for the list of returned reports.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReportsRequest.Builder sortOrder(String sortOrder)
Specifies the sort order for the list of returned reports. Valid values are:
ASCENDING: return reports in chronological order based on their creation date.
DESCENDING: return reports in the reverse chronological order based on their creation date.
sortOrder - Specifies the sort order for the list of returned reports. Valid values are:
ASCENDING: return reports in chronological order based on their creation date.
DESCENDING: return reports in the reverse chronological order based on their creation
date.
SortOrderType,
SortOrderTypeListReportsRequest.Builder sortOrder(SortOrderType sortOrder)
Specifies the sort order for the list of returned reports. Valid values are:
ASCENDING: return reports in chronological order based on their creation date.
DESCENDING: return reports in the reverse chronological order based on their creation date.
sortOrder - Specifies the sort order for the list of returned reports. Valid values are:
ASCENDING: return reports in chronological order based on their creation date.
DESCENDING: return reports in the reverse chronological order based on their creation
date.
SortOrderType,
SortOrderTypeListReportsRequest.Builder nextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. If there more items in the list, then a unique string called a nextToken is
returned. To get the next batch of items in the list, call this operation again, adding the next token to the
call. To get all of the items in the list, keep calling this operation with each subsequent next token that
is returned, until no more next tokens are returned.
nextToken - During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. If there more items in the list, then a unique string called a
nextToken is returned. To get the next batch of items in the list, call this operation again,
adding the next token to the call. To get all of the items in the list, keep calling this operation
with each subsequent next token that is returned, until no more next tokens are returned.ListReportsRequest.Builder maxResults(Integer maxResults)
The maximum number of paginated reports returned per response. Use nextToken to iterate pages in
the list of returned Report objects. The default value is 100.
maxResults - The maximum number of paginated reports returned per response. Use nextToken to iterate
pages in the list of returned Report objects. The default value is 100.ListReportsRequest.Builder filter(ReportFilter filter)
A ReportFilter object used to filter the returned reports.
filter - A ReportFilter object used to filter the returned reports.default ListReportsRequest.Builder filter(Consumer<ReportFilter.Builder> filter)
A ReportFilter object used to filter the returned reports.
ReportFilter.Builder avoiding the need
to create one manually via ReportFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filter(ReportFilter).
filter - a consumer that will call methods on ReportFilter.Builderfilter(ReportFilter)ListReportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListReportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.