public static interface UpdateActionTargetRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<UpdateActionTargetRequest.Builder,UpdateActionTargetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateActionTargetRequest.Builder |
actionTargetArn(String actionTargetArn)
The ARN of the custom action target to update.
|
UpdateActionTargetRequest.Builder |
description(String description)
The updated description for the custom action target.
|
UpdateActionTargetRequest.Builder |
name(String name)
The updated name of the custom action target.
|
UpdateActionTargetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateActionTargetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateActionTargetRequest.Builder actionTargetArn(String actionTargetArn)
The ARN of the custom action target to update.
actionTargetArn - The ARN of the custom action target to update.UpdateActionTargetRequest.Builder name(String name)
The updated name of the custom action target.
name - The updated name of the custom action target.UpdateActionTargetRequest.Builder description(String description)
The updated description for the custom action target.
description - The updated description for the custom action target.UpdateActionTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateActionTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.