public static interface AuditSuppression.Builder extends SdkPojo, CopyableBuilder<AuditSuppression.Builder,AuditSuppression>
| Modifier and Type | Method and Description |
|---|---|
AuditSuppression.Builder |
checkName(String checkName)
Sets the value of the CheckName property for this object.
|
AuditSuppression.Builder |
description(String description)
The description of the audit suppression.
|
AuditSuppression.Builder |
expirationDate(Instant expirationDate)
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
|
default AuditSuppression.Builder |
resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.
|
AuditSuppression.Builder |
resourceIdentifier(ResourceIdentifier resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.
|
AuditSuppression.Builder |
suppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuditSuppression.Builder checkName(String checkName)
checkName - The new value for the CheckName property for this object.AuditSuppression.Builder resourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier - The new value for the ResourceIdentifier property for this object.default AuditSuppression.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)AuditSuppression.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.AuditSuppression.Builder suppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
suppressIndefinitely - Indicates whether a suppression should exist indefinitely or not.AuditSuppression.Builder description(String description)
The description of the audit suppression.
description - The description of the audit suppression.Copyright © 2022. All rights reserved.