public static interface StartConfigurationSessionResponse.Builder extends AppConfigDataResponse.Builder, SdkPojo, CopyableBuilder<StartConfigurationSessionResponse.Builder,StartConfigurationSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
StartConfigurationSessionResponse.Builder |
initialConfigurationToken(String initialConfigurationToken)
Token encapsulating state about the configuration session.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartConfigurationSessionResponse.Builder initialConfigurationToken(String initialConfigurationToken)
Token encapsulating state about the configuration session. Provide this token to the GetLatestConfiguration API to retrieve configuration data.
This token should only be used once in your first call to GetLatestConfiguration. You MUST use the new token in the GetConfiguration response (NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
initialConfigurationToken - Token encapsulating state about the configuration session. Provide this token to the
GetLatestConfiguration API to retrieve configuration data. This token should only be used once in your first call to GetLatestConfiguration. You MUST use the new token in the GetConfiguration response (NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
Copyright © 2021. All rights reserved.