Uses of Interface
software.amazon.awssdk.services.appconfig.model.AppliedExtension.Builder
-
Packages that use AppliedExtension.Builder Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of AppliedExtension.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return AppliedExtension.Builder Modifier and Type Method Description static AppliedExtension.BuilderAppliedExtension. builder()AppliedExtension.BuilderAppliedExtension.Builder. extensionAssociationId(String extensionAssociationId)The system-generated ID for the association.AppliedExtension.BuilderAppliedExtension.Builder. extensionId(String extensionId)The system-generated ID of the extension.AppliedExtension.BuilderAppliedExtension.Builder. parameters(Map<String,String> parameters)One or more parameters for the actions called by the extension.AppliedExtension.BuilderAppliedExtension. toBuilder()AppliedExtension.BuilderAppliedExtension.Builder. versionNumber(Integer versionNumber)The extension version number.Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type AppliedExtension.Builder Modifier and Type Method Description static Class<? extends AppliedExtension.Builder>AppliedExtension. serializableBuilderClass()
-