public static interface ListActiveViolationsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListActiveViolationsRequest.Builder,ListActiveViolationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListActiveViolationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListActiveViolationsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListActiveViolationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListActiveViolationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListActiveViolationsRequest.Builder |
securityProfileName(String securityProfileName)
The name of the Device Defender security profile for which violations are listed.
|
ListActiveViolationsRequest.Builder |
thingName(String thingName)
The name of the thing whose active violations are listed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActiveViolationsRequest.Builder thingName(String thingName)
The name of the thing whose active violations are listed.
thingName - The name of the thing whose active violations are listed.ListActiveViolationsRequest.Builder securityProfileName(String securityProfileName)
The name of the Device Defender security profile for which violations are listed.
securityProfileName - The name of the Device Defender security profile for which violations are listed.ListActiveViolationsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListActiveViolationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.ListActiveViolationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListActiveViolationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.