public static interface UpdateExtensionRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<UpdateExtensionRequest.Builder,UpdateExtensionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateExtensionRequest.Builder extensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
extensionIdentifier - The name, the ID, or the Amazon Resource Name (ARN) of the extension.UpdateExtensionRequest.Builder description(String description)
Information about the extension.
description - Information about the extension.UpdateExtensionRequest.Builder actionsWithStrings(Map<String,? extends Collection<Action>> actions)
The actions defined in the extension.
actions - The actions defined in the extension.UpdateExtensionRequest.Builder actions(Map<ActionPoint,? extends Collection<Action>> actions)
The actions defined in the extension.
actions - The actions defined in the extension.UpdateExtensionRequest.Builder parameters(Map<String,Parameter> parameters)
One or more parameters for the actions called by the extension.
parameters - One or more parameters for the actions called by the extension.UpdateExtensionRequest.Builder versionNumber(Integer versionNumber)
The extension version number.
versionNumber - The extension version number.UpdateExtensionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateExtensionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.