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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #exports(List) .exports - a consumer that will call methods on List.Builder #exports(List) 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 © 2021. All rights reserved.