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 Default Methods Modifier and Type Method Description default ListEnabledControlsRequest.Builderfilter(Consumer<EnabledControlFilter.Builder> filter)An input filter for theListEnabledControlsAPI that lets you select the types of control operations to view.ListEnabledControlsRequest.Builderfilter(EnabledControlFilter filter)An input filter for theListEnabledControlsAPI that lets you select the types of control operations to view.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
-
filter
ListEnabledControlsRequest.Builder filter(EnabledControlFilter filter)
An input filter for the
ListEnabledControlsAPI that lets you select the types of control operations to view.- Parameters:
filter- An input filter for theListEnabledControlsAPI that lets you select the types of control operations to view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
default ListEnabledControlsRequest.Builder filter(Consumer<EnabledControlFilter.Builder> filter)
An input filter for the
This is a convenience method that creates an instance of theListEnabledControlsAPI that lets you select the types of control operations to view.EnabledControlFilter.Builderavoiding the need to create one manually viaEnabledControlFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(EnabledControlFilter).- Parameters:
filter- a consumer that will call methods onEnabledControlFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filter(EnabledControlFilter)
-
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
-
-