public static interface CreateExtensionRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<CreateExtensionRequest.Builder,CreateExtensionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateExtensionRequest.Builder name(String name)
A name for the extension. Each extension name in your account must be unique. Extension versions use the same name.
name - A name for the extension. Each extension name in your account must be unique. Extension versions use
the same name.CreateExtensionRequest.Builder description(String description)
Information about the extension.
description - Information about the extension.CreateExtensionRequest.Builder actionsWithStrings(Map<String,? extends Collection<Action>> actions)
The actions defined in the extension.
actions - The actions defined in the extension.CreateExtensionRequest.Builder actions(Map<ActionPoint,? extends Collection<Action>> actions)
The actions defined in the extension.
actions - The actions defined in the extension.CreateExtensionRequest.Builder parameters(Map<String,Parameter> parameters)
The parameters accepted by the extension. You specify parameter values when you associate the extension to an
AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension
actions, these parameters are included in the Lambda request object.
parameters - The parameters accepted by the extension. You specify parameter values when you associate the
extension to an AppConfig resource by using the CreateExtensionAssociation API action.
For Lambda extension actions, these parameters are included in the Lambda request object.CreateExtensionRequest.Builder tags(Map<String,String> tags)
Adds one or more tags for the specified extension. Tags are metadata that help you categorize resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define.
tags - Adds one or more tags for the specified extension. Tags are metadata that help you categorize
resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a
key and an optional value, both of which you define.CreateExtensionRequest.Builder latestVersionNumber(Integer latestVersionNumber)
You can omit this field when you create an extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field.
latestVersionNumber - You can omit this field when you create an extension. When you create a new version, specify the most
recent current version number. For example, you create version 3, enter 2 for this field.CreateExtensionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateExtensionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.