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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EbsStatusDetails.Builder
impairedSince(Instant impairedSince)
The date and time when the attached EBS status check failed.EbsStatusDetails.Builder
name(String name)
The name of the attached EBS status check.EbsStatusDetails.Builder
name(StatusName name)
The name of the attached EBS status check.EbsStatusDetails.Builder
status(String status)
The result of the attached EBS status check.EbsStatusDetails.Builder
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 Detail
-
impairedSince
EbsStatusDetails.Builder impairedSince(Instant 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
EbsStatusDetails.Builder name(String 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:
StatusName
,StatusName
-
name
EbsStatusDetails.Builder name(StatusName 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:
StatusName
,StatusName
-
status
EbsStatusDetails.Builder status(String 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:
StatusType
,StatusType
-
status
EbsStatusDetails.Builder status(StatusType 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:
StatusType
,StatusType
-
-