public static interface UpdateAuditSuppressionRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateAuditSuppressionRequest.Builder,UpdateAuditSuppressionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAuditSuppressionRequest.Builder checkName(String checkName)
checkName - The new value for the CheckName property for this object.UpdateAuditSuppressionRequest.Builder resourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier - The new value for the ResourceIdentifier property for this object.default UpdateAuditSuppressionRequest.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)UpdateAuditSuppressionRequest.Builder expirationDate(Instant expirationDate)
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
expirationDate - The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.UpdateAuditSuppressionRequest.Builder suppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
suppressIndefinitely - Indicates whether a suppression should exist indefinitely or not.UpdateAuditSuppressionRequest.Builder description(String description)
The description of the audit suppression.
description - The description of the audit suppression.UpdateAuditSuppressionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAuditSuppressionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.