public static interface StartConfigurationSessionRequest.Builder extends AppConfigDataRequest.Builder, SdkPojo, CopyableBuilder<StartConfigurationSessionRequest.Builder,StartConfigurationSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartConfigurationSessionRequest.Builder |
applicationIdentifier(String applicationIdentifier)
The application ID or the application name.
|
StartConfigurationSessionRequest.Builder |
configurationProfileIdentifier(String configurationProfileIdentifier)
The configuration profile ID or the configuration profile name.
|
StartConfigurationSessionRequest.Builder |
environmentIdentifier(String environmentIdentifier)
The environment ID or the environment name.
|
StartConfigurationSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartConfigurationSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartConfigurationSessionRequest.Builder |
requiredMinimumPollIntervalInSeconds(Integer requiredMinimumPollIntervalInSeconds)
The interval at which your client will poll for configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartConfigurationSessionRequest.Builder applicationIdentifier(String applicationIdentifier)
The application ID or the application name.
applicationIdentifier - The application ID or the application name.StartConfigurationSessionRequest.Builder configurationProfileIdentifier(String configurationProfileIdentifier)
The configuration profile ID or the configuration profile name.
configurationProfileIdentifier - The configuration profile ID or the configuration profile name.StartConfigurationSessionRequest.Builder environmentIdentifier(String environmentIdentifier)
The environment ID or the environment name.
environmentIdentifier - The environment ID or the environment name.StartConfigurationSessionRequest.Builder requiredMinimumPollIntervalInSeconds(Integer requiredMinimumPollIntervalInSeconds)
The interval at which your client will poll for configuration. If provided, the service will throw a BadRequestException if the client polls before the specified poll interval. By default, client poll intervals are not enforced.
requiredMinimumPollIntervalInSeconds - The interval at which your client will poll for configuration. If provided, the service will throw a
BadRequestException if the client polls before the specified poll interval. By default, client poll
intervals are not enforced.StartConfigurationSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartConfigurationSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.