Interface ListControlsRequest.Builder
-
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListControlsRequest.Builder,ListControlsRequest>,SdkBuilder<ListControlsRequest.Builder,ListControlsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListControlsRequest
public static interface ListControlsRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<ListControlsRequest.Builder,ListControlsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListControlsRequest.BuildercontrolType(String controlType)The type of control, such as a standard control or a custom control.ListControlsRequest.BuildercontrolType(ControlType controlType)The type of control, such as a standard control or a custom control.ListControlsRequest.BuildermaxResults(Integer maxResults)Represents the maximum number of results on a page or for an API request call.ListControlsRequest.BuildernextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListControlsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListControlsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
controlType
ListControlsRequest.Builder controlType(String controlType)
The type of control, such as a standard control or a custom control.
- Parameters:
controlType- The type of control, such as a standard control or a custom control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ControlType,ControlType
-
controlType
ListControlsRequest.Builder controlType(ControlType controlType)
The type of control, such as a standard control or a custom control.
- Parameters:
controlType- The type of control, such as a standard control or a custom control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ControlType,ControlType
-
nextToken
ListControlsRequest.Builder nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
- Parameters:
nextToken- The pagination token that's used to fetch the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListControlsRequest.Builder maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
- Parameters:
maxResults- Represents the maximum number of results on a page or for an API request call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-