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)
A list of metadata that the
ListControls API returns for each control. |
ListControlsResponse.Builder |
controlMetadataList(Consumer<ControlMetadata.Builder>... controlMetadataList)
A list of metadata that the
ListControls API returns for each control. |
ListControlsResponse.Builder |
controlMetadataList(ControlMetadata... controlMetadataList)
A list of metadata that the
ListControls API returns for each control. |
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)
A list of metadata that the ListControls API returns for each control.
controlMetadataList - A list of metadata that the ListControls API returns for each control.ListControlsResponse.Builder controlMetadataList(ControlMetadata... controlMetadataList)
A list of metadata that the ListControls API returns for each control.
controlMetadataList - A list of metadata that the ListControls API returns for each control.ListControlsResponse.Builder controlMetadataList(Consumer<ControlMetadata.Builder>... controlMetadataList)
A list of metadata that the ListControls API returns for each control.
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 © 2023. All rights reserved.