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 configuration(SdkBytes configuration)
The data of the configuration. Note that this may be empty if the client already has the latest version of configuration.
configuration - The data of the configuration. Note that this may be empty if the client already has the latest
version of configuration.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 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. See RequiredMinimumPollIntervalInSeconds to set the desired poll interval.
nextPollIntervalInSeconds - The amount of time the client should wait before polling for configuration updates again. See
RequiredMinimumPollIntervalInSeconds to set the desired poll interval.Copyright © 2021. All rights reserved.