Interface EbsStatusDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EbsStatusDetails.Builder,
,EbsStatusDetails> SdkBuilder<EbsStatusDetails.Builder,
,EbsStatusDetails> SdkPojo
- Enclosing class:
EbsStatusDetails
public static interface EbsStatusDetails.Builder
extends SdkPojo, CopyableBuilder<EbsStatusDetails.Builder,EbsStatusDetails>
-
Method Summary
Modifier and TypeMethodDescriptionimpairedSince
(Instant impairedSince) The date and time when the attached EBS status check failed.The name of the attached EBS status check.name
(StatusName name) The name of the attached EBS status check.The result of the attached EBS status check.status
(StatusType status) The result of the attached EBS status check.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
-
impairedSince
The date and time when the attached EBS status check failed.
- Parameters:
impairedSince
- The date and time when the attached EBS status check failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the attached EBS status check.
- Parameters:
name
- The name of the attached EBS status check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the attached EBS status check.
- Parameters:
name
- The name of the attached EBS status check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The result of the attached EBS status check.
- Parameters:
status
- The result of the attached EBS status check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The result of the attached EBS status check.
- Parameters:
status
- The result of the attached EBS status check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-