public static interface ListExportsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListExportsResponse.Builder,ListExportsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExportsResponse.Builder |
exports(Collection<Export> exports)
The output for the ListExports action.
|
ListExportsResponse.Builder |
exports(Consumer<Export.Builder>... exports)
The output for the ListExports action.
|
ListExportsResponse.Builder |
exports(Export... exports)
The output for the ListExports action.
|
ListExportsResponse.Builder |
nextToken(String nextToken)
If the output exceeds 100 exported output values, a string that identifies the next page of exports.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExportsResponse.Builder exports(Collection<Export> exports)
The output for the ListExports action.
exports - The output for the ListExports action.ListExportsResponse.Builder exports(Export... exports)
The output for the ListExports action.
exports - The output for the ListExports action.ListExportsResponse.Builder exports(Consumer<Export.Builder>... exports)
The output for the ListExports action.
This is a convenience method that creates an instance of theExport.Builder avoiding the need to create one
manually via Export.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #exports(List.
exports - a consumer that will call methods on
Export.Builder#exports(java.util.Collection) ListExportsResponse.Builder nextToken(String nextToken)
If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.
nextToken - If the output exceeds 100 exported output values, a string that identifies the next page of exports.
If there is no additional page, this value is null.Copyright © 2023. All rights reserved.