Interface ListExportsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListExportsResponse.Builder,,ListExportsResponse> DynamoDbResponse.Builder,SdkBuilder<ListExportsResponse.Builder,,ListExportsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListExportsResponse
@Mutable
@NotThreadSafe
public static interface ListExportsResponse.Builder
extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<ListExportsResponse.Builder,ListExportsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexportSummaries(Collection<ExportSummary> exportSummaries) A list ofExportSummaryobjects.exportSummaries(Consumer<ExportSummary.Builder>... exportSummaries) A list ofExportSummaryobjects.exportSummaries(ExportSummary... exportSummaries) A list ofExportSummaryobjects.If this value is returned, there are additional results to be displayed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.Builder
build, responseMetadata, responseMetadataMethods 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
-
exportSummaries
A list of
ExportSummaryobjects.- Parameters:
exportSummaries- A list ofExportSummaryobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportSummaries
A list of
ExportSummaryobjects.- Parameters:
exportSummaries- A list ofExportSummaryobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportSummaries
A list of
This is a convenience method that creates an instance of theExportSummaryobjects.ExportSummary.Builderavoiding the need to create one manually viaExportSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportSummaries(List<ExportSummary>).- Parameters:
exportSummaries- a consumer that will call methods onExportSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListExportsagain, withNextTokenset to this value.- Parameters:
nextToken- If this value is returned, there are additional results to be displayed. To retrieve them, callListExportsagain, withNextTokenset to this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-