public static interface GetLatestConfigurationResponse.Builder extends AppConfigDataResponse.Builder, SdkPojo, CopyableBuilder<GetLatestConfigurationResponse.Builder,GetLatestConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLatestConfigurationResponse.Builder nextPollConfigurationToken(String nextPollConfigurationToken)
The latest token describing the current state of the configuration session. This MUST be provided to the next
call to GetLatestConfiguration.
nextPollConfigurationToken - The latest token describing the current state of the configuration session. This MUST be provided to
the next call to GetLatestConfiguration.GetLatestConfigurationResponse.Builder nextPollIntervalInSeconds(Integer nextPollIntervalInSeconds)
The amount of time the client should wait before polling for configuration updates again. Use
RequiredMinimumPollIntervalInSeconds to set the desired poll interval.
nextPollIntervalInSeconds - The amount of time the client should wait before polling for configuration updates again. Use
RequiredMinimumPollIntervalInSeconds to set the desired poll interval.GetLatestConfigurationResponse.Builder contentType(String contentType)
A standard MIME type describing the format of the configuration content.
contentType - A standard MIME type describing the format of the configuration content.GetLatestConfigurationResponse.Builder configuration(SdkBytes configuration)
The data of the configuration. This may be empty if the client already has the latest version of configuration.
configuration - The data of the configuration. This may be empty if the client already has the latest version of
configuration.Copyright © 2022. All rights reserved.