public static interface RemediationException.Builder extends SdkPojo, CopyableBuilder<RemediationException.Builder,RemediationException>
| Modifier and Type | Method and Description |
|---|---|
RemediationException.Builder |
configRuleName(String configRuleName)
The name of the Config rule.
|
RemediationException.Builder |
expirationTime(Instant expirationTime)
The time when the remediation exception will be deleted.
|
RemediationException.Builder |
message(String message)
An explanation of an remediation exception.
|
RemediationException.Builder |
resourceId(String resourceId)
The ID of the resource (for example., sg-xxxxxx).
|
RemediationException.Builder |
resourceType(String resourceType)
The type of a resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRemediationException.Builder configRuleName(String configRuleName)
The name of the Config rule.
configRuleName - The name of the Config rule.RemediationException.Builder resourceType(String resourceType)
The type of a resource.
resourceType - The type of a resource.RemediationException.Builder resourceId(String resourceId)
The ID of the resource (for example., sg-xxxxxx).
resourceId - The ID of the resource (for example., sg-xxxxxx).RemediationException.Builder message(String message)
An explanation of an remediation exception.
message - An explanation of an remediation exception.RemediationException.Builder expirationTime(Instant expirationTime)
The time when the remediation exception will be deleted.
expirationTime - The time when the remediation exception will be deleted.Copyright © 2023. All rights reserved.