public static interface ListControlsRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<ListControlsRequest.Builder,ListControlsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListControlsRequest.Builder |
controlType(ControlType controlType)
The type of control, such as a standard control or a custom control.
|
ListControlsRequest.Builder |
controlType(String controlType)
The type of control, such as a standard control or a custom control.
|
ListControlsRequest.Builder |
maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
ListControlsRequest.Builder |
nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
ListControlsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListControlsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListControlsRequest.Builder controlType(String controlType)
The type of control, such as a standard control or a custom control.
controlType - The type of control, such as a standard control or a custom control.ControlType,
ControlTypeListControlsRequest.Builder controlType(ControlType controlType)
The type of control, such as a standard control or a custom control.
controlType - The type of control, such as a standard control or a custom control.ControlType,
ControlTypeListControlsRequest.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.ListControlsRequest.Builder maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults - Represents the maximum number of results on a page or for an API request call.ListControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.