Interface RemediationException.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RemediationException.Builder,
,RemediationException> SdkBuilder<RemediationException.Builder,
,RemediationException> SdkPojo
- Enclosing class:
RemediationException
public static interface RemediationException.Builder
extends SdkPojo, CopyableBuilder<RemediationException.Builder,RemediationException>
-
Method Summary
Modifier and TypeMethodDescriptionconfigRuleName
(String configRuleName) The name of the Config rule.expirationTime
(Instant expirationTime) The time when the remediation exception will be deleted.An explanation of an remediation exception.resourceId
(String resourceId) The ID of the resource (for example., sg-xxxxxx).resourceType
(String resourceType) The type of a resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
configRuleName
The name of the Config rule.
- Parameters:
configRuleName
- The name of the Config rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of a resource.
- Parameters:
resourceType
- The type of a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
The ID of the resource (for example., sg-xxxxxx).
- Parameters:
resourceId
- The ID of the resource (for example., sg-xxxxxx).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
An explanation of an remediation exception.
- Parameters:
message
- An explanation of an remediation exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expirationTime
The time when the remediation exception will be deleted.
- Parameters:
expirationTime
- The time when the remediation exception will be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-