Interface EbsStatusSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EbsStatusSummary.Builder,
,EbsStatusSummary> SdkBuilder<EbsStatusSummary.Builder,
,EbsStatusSummary> SdkPojo
- Enclosing class:
EbsStatusSummary
public static interface EbsStatusSummary.Builder
extends SdkPojo, CopyableBuilder<EbsStatusSummary.Builder,EbsStatusSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondetails
(Collection<EbsStatusDetails> details) Details about the attached EBS status check for an instance.details
(Consumer<EbsStatusDetails.Builder>... details) Details about the attached EBS status check for an instance.details
(EbsStatusDetails... details) Details about the attached EBS status check for an instance.The current status.status
(SummaryStatus status) The current status.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
-
details
Details about the attached EBS status check for an instance.
- Parameters:
details
- Details about the attached EBS status check for an instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
Details about the attached EBS status check for an instance.
- Parameters:
details
- Details about the attached EBS status check for an instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
Details about the attached EBS status check for an instance.
This is a convenience method that creates an instance of theEbsStatusDetails.Builder
avoiding the need to create one manually viaEbsStatusDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todetails(List<EbsStatusDetails>)
.- Parameters:
details
- a consumer that will call methods onEbsStatusDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status.
- Parameters:
status
- The current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status.
- Parameters:
status
- The current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-