Uses of Interface
software.amazon.awssdk.services.appconfigdata.model.GetLatestConfigurationResponse.Builder
Packages that use GetLatestConfigurationResponse.Builder
-
Uses of GetLatestConfigurationResponse.Builder in software.amazon.awssdk.services.appconfigdata.model
Methods in software.amazon.awssdk.services.appconfigdata.model that return GetLatestConfigurationResponse.BuilderModifier and TypeMethodDescriptionGetLatestConfigurationResponse.builder()GetLatestConfigurationResponse.Builder.configuration(SdkBytes configuration) The data of the configuration.GetLatestConfigurationResponse.Builder.contentType(String contentType) A standard MIME type describing the format of the configuration content.GetLatestConfigurationResponse.Builder.nextPollConfigurationToken(String nextPollConfigurationToken) The latest token describing the current state of the configuration session.GetLatestConfigurationResponse.Builder.nextPollIntervalInSeconds(Integer nextPollIntervalInSeconds) The amount of time the client should wait before polling for configuration updates again.GetLatestConfigurationResponse.toBuilder()GetLatestConfigurationResponse.Builder.versionLabel(String versionLabel) The user-defined label for the AppConfig hosted configuration version.Methods in software.amazon.awssdk.services.appconfigdata.model that return types with arguments of type GetLatestConfigurationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetLatestConfigurationResponse.Builder>GetLatestConfigurationResponse.serializableBuilderClass()