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)
Sets a constraint on a session.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartConfigurationSessionRequest.Builder applicationIdentifier(String applicationIdentifier)
The application ID or the application name.
applicationIdentifier - The application ID or the application name.StartConfigurationSessionRequest.Builder environmentIdentifier(String environmentIdentifier)
The environment ID or the environment name.
environmentIdentifier - The environment ID or the environment 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 requiredMinimumPollIntervalInSeconds(Integer requiredMinimumPollIntervalInSeconds)
Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then the client that established the session can't call GetLatestConfiguration more frequently then every 60 seconds.
requiredMinimumPollIntervalInSeconds - Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then the client
that established the session can't call GetLatestConfiguration more frequently then every 60
seconds.StartConfigurationSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartConfigurationSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.