Interface StartConfigurationSessionRequest.Builder
- All Superinterfaces:
AppConfigDataRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<StartConfigurationSessionRequest.Builder,
,StartConfigurationSessionRequest> SdkBuilder<StartConfigurationSessionRequest.Builder,
,StartConfigurationSessionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartConfigurationSessionRequest
@Mutable
@NotThreadSafe
public static interface StartConfigurationSessionRequest.Builder
extends AppConfigDataRequest.Builder, SdkPojo, CopyableBuilder<StartConfigurationSessionRequest.Builder,StartConfigurationSessionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationIdentifier
(String applicationIdentifier) The application ID or the application name.configurationProfileIdentifier
(String configurationProfileIdentifier) The configuration profile ID or the configuration profile name.environmentIdentifier
(String environmentIdentifier) The environment ID or the environment name.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.requiredMinimumPollIntervalInSeconds
(Integer requiredMinimumPollIntervalInSeconds) Sets a constraint on a session.Methods inherited from interface software.amazon.awssdk.services.appconfigdata.model.AppConfigDataRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationIdentifier
The application ID or the application name.
- Parameters:
applicationIdentifier
- The application ID or the application name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
The environment ID or the environment name.
- Parameters:
environmentIdentifier
- The environment ID or the environment name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationProfileIdentifier
StartConfigurationSessionRequest.Builder configurationProfileIdentifier(String configurationProfileIdentifier) The configuration profile ID or the configuration profile name.
- Parameters:
configurationProfileIdentifier
- The configuration profile ID or the configuration profile name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredMinimumPollIntervalInSeconds
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 than every 60 seconds.
- Parameters:
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 than every 60 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartConfigurationSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartConfigurationSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-