public static interface ListEnabledControlsResponse.Builder extends ControlTowerResponse.Builder, SdkPojo, CopyableBuilder<ListEnabledControlsResponse.Builder,ListEnabledControlsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEnabledControlsResponse.Builder |
enabledControls(Collection<EnabledControlSummary> enabledControls)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
ListEnabledControlsResponse.Builder |
enabledControls(Consumer<EnabledControlSummary.Builder>... enabledControls)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
ListEnabledControlsResponse.Builder |
enabledControls(EnabledControlSummary... enabledControls)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
ListEnabledControlsResponse.Builder |
nextToken(String nextToken)
Retrieves the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnabledControlsResponse.Builder enabledControls(Collection<EnabledControlSummary> enabledControls)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it contains.
enabledControls - Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts
it contains.ListEnabledControlsResponse.Builder enabledControls(EnabledControlSummary... enabledControls)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it contains.
enabledControls - Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts
it contains.ListEnabledControlsResponse.Builder enabledControls(Consumer<EnabledControlSummary.Builder>... enabledControls)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it contains.
This is a convenience method that creates an instance of theEnabledControlSummary.Builder avoiding the need to
create one manually via
EnabledControlSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #enabledControls(List.
enabledControls - a consumer that will call methods on
EnabledControlSummary.Builder#enabledControls(java.util.Collection) ListEnabledControlsResponse.Builder nextToken(String nextToken)
Retrieves the next page of results. If the string is empty, the current response is the end of the results.
nextToken - Retrieves the next page of results. If the string is empty, the current response is the end of the
results.Copyright © 2022. All rights reserved.