public static interface ResponsePlanSummary.Builder extends SdkPojo, CopyableBuilder<ResponsePlanSummary.Builder,ResponsePlanSummary>
| Modifier and Type | Method and Description |
|---|---|
ResponsePlanSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the response plan.
|
ResponsePlanSummary.Builder |
displayName(String displayName)
The human readable name of the response plan.
|
ResponsePlanSummary.Builder |
name(String name)
The name of the response plan.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponsePlanSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the response plan.
arn - The Amazon Resource Name (ARN) of the response plan.ResponsePlanSummary.Builder displayName(String displayName)
The human readable name of the response plan. This can include spaces.
displayName - The human readable name of the response plan. This can include spaces.ResponsePlanSummary.Builder name(String name)
The name of the response plan. This can't include spaces.
name - The name of the response plan. This can't include spaces.Copyright © 2023. All rights reserved.