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 that the
ListControls API returned. |
ListControlsResponse.Builder |
controlMetadataList(Consumer<ControlMetadata.Builder>... controlMetadataList)
The list of control metadata objects that the
ListControls API returned. |
ListControlsResponse.Builder |
controlMetadataList(ControlMetadata... controlMetadataList)
The list of control metadata objects that the
ListControls API returned. |
ListControlsResponse.Builder |
nextToken(String nextToken)
The pagination token that's 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 that the ListControls API returned.
controlMetadataList - The list of control metadata objects that the ListControls API returned.ListControlsResponse.Builder controlMetadataList(ControlMetadata... controlMetadataList)
The list of control metadata objects that the ListControls API returned.
controlMetadataList - The list of control metadata objects that the ListControls API returned.ListControlsResponse.Builder controlMetadataList(Consumer<ControlMetadata.Builder>... controlMetadataList)
The list of control metadata objects that the ListControls API returned.
ControlMetadata.Builder avoiding the need to
create one manually via ControlMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #controlMetadataList(List.
controlMetadataList - a consumer that will call methods on
ControlMetadata.Builder#controlMetadataList(java.util.Collection) ListControlsResponse.Builder nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.Copyright © 2022. All rights reserved.