public static interface CreateMitigationActionResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateMitigationActionResponse.Builder,CreateMitigationActionResponse>
Modifier and Type | Method and Description |
---|---|
CreateMitigationActionResponse.Builder |
actionArn(String actionArn)
The ARN for the new mitigation action.
|
CreateMitigationActionResponse.Builder |
actionId(String actionId)
A unique identifier for the new mitigation action.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateMitigationActionResponse.Builder actionArn(String actionArn)
The ARN for the new mitigation action.
actionArn
- The ARN for the new mitigation action.CreateMitigationActionResponse.Builder actionId(String actionId)
A unique identifier for the new mitigation action.
actionId
- A unique identifier for the new mitigation action.Copyright © 2023. All rights reserved.