Interface ListScanJobSummariesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<ListScanJobSummariesResponse.Builder,,ListScanJobSummariesResponse> SdkBuilder<ListScanJobSummariesResponse.Builder,,ListScanJobSummariesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListScanJobSummariesResponse
-
Method Summary
Modifier and TypeMethodDescriptionaggregationPeriod(String aggregationPeriod) The period for the returned results.The next item following a partial list of returned items.scanJobSummaries(Collection<ScanJobSummary> scanJobSummaries) The summary information.scanJobSummaries(Consumer<ScanJobSummary.Builder>... scanJobSummaries) The summary information.scanJobSummaries(ScanJobSummary... scanJobSummaries) The summary information.Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
scanJobSummaries
The summary information.
- Parameters:
scanJobSummaries- The summary information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanJobSummaries
The summary information.
- Parameters:
scanJobSummaries- The summary information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanJobSummaries
ListScanJobSummariesResponse.Builder scanJobSummaries(Consumer<ScanJobSummary.Builder>... scanJobSummaries) The summary information.
This is a convenience method that creates an instance of theScanJobSummary.Builderavoiding the need to create one manually viaScanJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscanJobSummaries(List<ScanJobSummary>).- Parameters:
scanJobSummaries- a consumer that will call methods onScanJobSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aggregationPeriod
The period for the returned results.
-
ONE_DAYThe daily job count for the prior 1 day. -
SEVEN_DAYSThe daily job count for the prior 7 days. -
FOURTEEN_DAYSThe daily job count for the prior 14 days.
Valid Values:
'ONE_DAY'|'SEVEN_DAYS'|'FOURTEEN_DAYS'- Parameters:
aggregationPeriod- The period for the returned results.-
ONE_DAYThe daily job count for the prior 1 day. -
SEVEN_DAYSThe daily job count for the prior 7 days. -
FOURTEEN_DAYSThe daily job count for the prior 14 days.
Valid Values:
'ONE_DAY'|'SEVEN_DAYS'|'FOURTEEN_DAYS'-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
nextToken
The next item following a partial list of returned items. For example, if a request is made to return
MaxResultsnumber of items,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Parameters:
nextToken- The next item following a partial list of returned items. For example, if a request is made to returnMaxResultsnumber of items,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-