public static interface CreateExtensionAssociationRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<CreateExtensionAssociationRequest.Builder,CreateExtensionAssociationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateExtensionAssociationRequest.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.CreateExtensionAssociationRequest.Builder extensionVersionNumber(Integer extensionVersionNumber)
The version number of the extension. If not specified, AppConfig uses the maximum version of the extension.
extensionVersionNumber - The version number of the extension. If not specified, AppConfig uses the maximum version of the
extension.CreateExtensionAssociationRequest.Builder resourceIdentifier(String resourceIdentifier)
The ARN of an application, configuration profile, or environment.
resourceIdentifier - The ARN of an application, configuration profile, or environment.CreateExtensionAssociationRequest.Builder parameters(Map<String,String> parameters)
The parameter names and values defined in the extensions. Extension parameters marked Required
must be entered for this field.
parameters - The parameter names and values defined in the extensions. Extension parameters marked
Required must be entered for this field.CreateExtensionAssociationRequest.Builder tags(Map<String,String> tags)
Adds one or more tags for the specified extension association. 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 association. 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.CreateExtensionAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateExtensionAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.