public static interface ListControlsResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ListControlsResponse.Builder,ListControlsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListControlsResponse.Builder |
controlMetadataList(Collection<ControlMetadata> controlMetadataList)
The list of control metadata objects returned by the
ListControls API. |
ListControlsResponse.Builder |
controlMetadataList(Consumer<ControlMetadata.Builder>... controlMetadataList)
The list of control metadata objects returned by the
ListControls API. |
ListControlsResponse.Builder |
controlMetadataList(ControlMetadata... controlMetadataList)
The list of control metadata objects returned by the
ListControls API. |
ListControlsResponse.Builder |
nextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListControlsResponse.Builder controlMetadataList(Collection<ControlMetadata> controlMetadataList)
The list of control metadata objects returned by the ListControls API.
controlMetadataList - The list of control metadata objects returned by the ListControls API.ListControlsResponse.Builder controlMetadataList(ControlMetadata... controlMetadataList)
The list of control metadata objects returned by the ListControls API.
controlMetadataList - The list of control metadata objects returned by the ListControls API.ListControlsResponse.Builder controlMetadataList(Consumer<ControlMetadata.Builder>... controlMetadataList)
The list of control metadata objects returned by the ListControls API.
List.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 #controlMetadataList(List) .controlMetadataList - a consumer that will call methods on List.Builder #controlMetadataList(List) ListControlsResponse.Builder nextToken(String nextToken)
The pagination token used to fetch the next set of results.
nextToken - The pagination token used to fetch the next set of results.Copyright © 2021. All rights reserved.