Interface FargateProfileHealth.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FargateProfileHealth.Builder,
,FargateProfileHealth> SdkBuilder<FargateProfileHealth.Builder,
,FargateProfileHealth> SdkPojo
- Enclosing class:
FargateProfileHealth
public static interface FargateProfileHealth.Builder
extends SdkPojo, CopyableBuilder<FargateProfileHealth.Builder,FargateProfileHealth>
-
Method Summary
Modifier and TypeMethodDescriptionissues
(Collection<FargateProfileIssue> issues) Any issues that are associated with the Fargate profile.issues
(Consumer<FargateProfileIssue.Builder>... issues) Any issues that are associated with the Fargate profile.issues
(FargateProfileIssue... issues) Any issues that are associated with the Fargate profile.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
-
issues
Any issues that are associated with the Fargate profile.
- Parameters:
issues
- Any issues that are associated with the Fargate profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issues
Any issues that are associated with the Fargate profile.
- Parameters:
issues
- Any issues that are associated with the Fargate profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issues
Any issues that are associated with the Fargate profile.
This is a convenience method that creates an instance of theFargateProfileIssue.Builder
avoiding the need to create one manually viaFargateProfileIssue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toissues(List<FargateProfileIssue>)
.- Parameters:
issues
- a consumer that will call methods onFargateProfileIssue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-