public static interface ListAuditSuppressionsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListAuditSuppressionsRequest.Builder,ListAuditSuppressionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAuditSuppressionsRequest.Builder checkName(String checkName)
checkName - The new value for the CheckName property for this object.ListAuditSuppressionsRequest.Builder resourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier - The new value for the ResourceIdentifier property for this object.default ListAuditSuppressionsRequest.Builder resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)
ResourceIdentifier.Builder avoiding the
need to create one manually via ResourceIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceIdentifier(ResourceIdentifier).
resourceIdentifier - a consumer that will call methods on ResourceIdentifier.BuilderresourceIdentifier(ResourceIdentifier)ListAuditSuppressionsRequest.Builder ascendingOrder(Boolean ascendingOrder)
Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn't
provided, ascendingOrder=true.
ascendingOrder - Determines whether suppressions are listed in ascending order by expiration date or not. If parameter
isn't provided, ascendingOrder=true.ListAuditSuppressionsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListAuditSuppressionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults - The maximum number of results to return at one time. The default is 25.ListAuditSuppressionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAuditSuppressionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.