public static interface ListEnabledControlsRequest.Builder extends ControlTowerRequest.Builder, SdkPojo, CopyableBuilder<ListEnabledControlsRequest.Builder,ListEnabledControlsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEnabledControlsRequest.Builder |
maxResults(Integer maxResults)
How many results to return per API call.
|
ListEnabledControlsRequest.Builder |
nextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
|
ListEnabledControlsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnabledControlsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEnabledControlsRequest.Builder |
targetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnabledControlsRequest.Builder maxResults(Integer maxResults)
How many results to return per API call.
maxResults - How many results to return per API call.ListEnabledControlsRequest.Builder nextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
nextToken - The token to continue the list from a previous API call with the same parameters.ListEnabledControlsRequest.Builder targetIdentifier(String targetIdentifier)
The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
targetIdentifier - The ARN of the organizational unit. For information on how to find the targetIdentifier,
see the overview
page.ListEnabledControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEnabledControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.