Interface AddonHealth.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AddonHealth.Builder,,- AddonHealth> - SdkBuilder<AddonHealth.Builder,,- AddonHealth> - SdkPojo
- Enclosing class:
- AddonHealth
@Mutable
@NotThreadSafe
public static interface AddonHealth.Builder
extends SdkPojo, CopyableBuilder<AddonHealth.Builder,AddonHealth> 
- 
Method SummaryModifier and TypeMethodDescriptionissues(Collection<AddonIssue> issues) An object representing the health issues for an add-on.issues(Consumer<AddonIssue.Builder>... issues) An object representing the health issues for an add-on.issues(AddonIssue... issues) An object representing the health issues for an add-on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
issuesAn object representing the health issues for an add-on. - Parameters:
- issues- An object representing the health issues for an add-on.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
issuesAn object representing the health issues for an add-on. - Parameters:
- issues- An object representing the health issues for an add-on.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
issuesAn object representing the health issues for an add-on. This is a convenience method that creates an instance of theAddonIssue.Builderavoiding the need to create one manually viaAddonIssue.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toissues(List<AddonIssue>).- Parameters:
- issues- a consumer that will call methods on- AddonIssue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-