public static interface CreateAuditSuppressionRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreateAuditSuppressionRequest.Builder,CreateAuditSuppressionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAuditSuppressionRequest.Builder checkName(String checkName)
checkName - The new value for the CheckName property for this object.CreateAuditSuppressionRequest.Builder resourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier - The new value for the ResourceIdentifier property for this object.default CreateAuditSuppressionRequest.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)CreateAuditSuppressionRequest.Builder expirationDate(Instant expirationDate)
The epoch timestamp in seconds at which this suppression expires.
expirationDate - The epoch timestamp in seconds at which this suppression expires.CreateAuditSuppressionRequest.Builder suppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
suppressIndefinitely - Indicates whether a suppression should exist indefinitely or not.CreateAuditSuppressionRequest.Builder description(String description)
The description of the audit suppression.
description - The description of the audit suppression.CreateAuditSuppressionRequest.Builder clientRequestToken(String clientRequestToken)
Each audit supression must have a unique client request token. If you try to create a new audit suppression with the same token as one that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.
clientRequestToken - Each audit supression must have a unique client request token. If you try to create a new audit
suppression with the same token as one that already exists, an exception occurs. If you omit this
value, Amazon Web Services SDKs will automatically generate a unique client request.CreateAuditSuppressionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAuditSuppressionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.