Interface ListEnabledControlsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ControlTowerRequest.Builder,CopyableBuilder<ListEnabledControlsRequest.Builder,ListEnabledControlsRequest>,SdkBuilder<ListEnabledControlsRequest.Builder,ListEnabledControlsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEnabledControlsRequest
public static interface ListEnabledControlsRequest.Builder extends ControlTowerRequest.Builder, SdkPojo, CopyableBuilder<ListEnabledControlsRequest.Builder,ListEnabledControlsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnabledControlsRequest.BuildermaxResults(Integer maxResults)How many results to return per API call.ListEnabledControlsRequest.BuildernextToken(String nextToken)The token to continue the list from a previous API call with the same parameters.ListEnabledControlsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEnabledControlsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEnabledControlsRequest.BuildertargetIdentifier(String targetIdentifier)The ARN of the organizational unit.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.controltower.model.ControlTowerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListEnabledControlsRequest.Builder maxResults(Integer maxResults)
How many results to return per API call.
- Parameters:
maxResults- How many results to return per API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEnabledControlsRequest.Builder nextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
- Parameters:
nextToken- The token to continue the list from a previous API call with the same parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetIdentifier
ListEnabledControlsRequest.Builder targetIdentifier(String targetIdentifier)
The ARN of the organizational unit. For information on how to find the
targetIdentifier, see the overview page.- Parameters:
targetIdentifier- The ARN of the organizational unit. For information on how to find thetargetIdentifier, see the overview page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEnabledControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEnabledControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-