Interface SuccessfulSuppressionResponseObject.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SuccessfulSuppressionResponseObject.Builder,,SuccessfulSuppressionResponseObject> SdkBuilder<SuccessfulSuppressionResponseObject.Builder,,SuccessfulSuppressionResponseObject> SdkPojo
- Enclosing class:
SuccessfulSuppressionResponseObject
@Mutable
@NotThreadSafe
public static interface SuccessfulSuppressionResponseObject.Builder
extends SdkPojo, CopyableBuilder<SuccessfulSuppressionResponseObject.Builder,SuccessfulSuppressionResponseObject>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceId(String instanceId) The ID of the instance.The date and time when suppression ends and health checks resume.suppressAt(Instant suppressAt) The date and time when suppression started.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceId
The ID of the instance.
- Parameters:
instanceId- The ID of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suppressAt
The date and time when suppression started.
- Parameters:
suppressAt- The date and time when suppression started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resumeAt
The date and time when suppression ends and health checks resume.
- Parameters:
resumeAt- The date and time when suppression ends and health checks resume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-