public static interface DescribeAuditSuppressionResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeAuditSuppressionResponse.Builder,DescribeAuditSuppressionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAuditSuppressionResponse.Builder |
checkName(String checkName)
Sets the value of the CheckName property for this object.
|
DescribeAuditSuppressionResponse.Builder |
description(String description)
The description of the audit suppression.
|
DescribeAuditSuppressionResponse.Builder |
expirationDate(Instant expirationDate)
The epoch timestamp in seconds at which this suppression expires.
|
default DescribeAuditSuppressionResponse.Builder |
resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.
|
DescribeAuditSuppressionResponse.Builder |
resourceIdentifier(ResourceIdentifier resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.
|
DescribeAuditSuppressionResponse.Builder |
suppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAuditSuppressionResponse.Builder checkName(String checkName)
checkName - The new value for the CheckName property for this object.DescribeAuditSuppressionResponse.Builder resourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier - The new value for the ResourceIdentifier property for this object.default DescribeAuditSuppressionResponse.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)DescribeAuditSuppressionResponse.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.DescribeAuditSuppressionResponse.Builder suppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
suppressIndefinitely - Indicates whether a suppression should exist indefinitely or not.DescribeAuditSuppressionResponse.Builder description(String description)
The description of the audit suppression.
description - The description of the audit suppression.Copyright © 2023. All rights reserved.