Interface ResponsePlanSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResponsePlanSummary.Builder,
,ResponsePlanSummary> SdkBuilder<ResponsePlanSummary.Builder,
,ResponsePlanSummary> SdkPojo
- Enclosing class:
ResponsePlanSummary
public static interface ResponsePlanSummary.Builder
extends SdkPojo, CopyableBuilder<ResponsePlanSummary.Builder,ResponsePlanSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the response plan.displayName
(String displayName) The human readable name of the response plan.The name of the response plan.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
-
arn
The Amazon Resource Name (ARN) of the response plan.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the response plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The human readable name of the response plan. This can include spaces.
- Parameters:
displayName
- The human readable name of the response plan. This can include spaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the response plan. This can't include spaces.
- Parameters:
name
- The name of the response plan. This can't include spaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-