Uses of Interface
software.amazon.awssdk.services.appconfig.model.StartDeploymentRequest.Builder
-
Packages that use StartDeploymentRequest.Builder Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations.software.amazon.awssdk.services.appconfig.model -
-
Uses of StartDeploymentRequest.Builder in software.amazon.awssdk.services.appconfig
Method parameters in software.amazon.awssdk.services.appconfig with type arguments of type StartDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<StartDeploymentResponse>AppConfigAsyncClient. startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)Starts a deployment.default StartDeploymentResponseAppConfigClient. startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)Starts a deployment. -
Uses of StartDeploymentRequest.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return StartDeploymentRequest.Builder Modifier and Type Method Description StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. applicationId(String applicationId)The application ID.static StartDeploymentRequest.BuilderStartDeploymentRequest. builder()StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. configurationProfileId(String configurationProfileId)The configuration profile ID.StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. configurationVersion(String configurationVersion)The configuration version to deploy.StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. deploymentStrategyId(String deploymentStrategyId)The deployment strategy ID.StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. description(String description)A description of the deployment.StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. environmentId(String environmentId)The environment ID.StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. kmsKeyIdentifier(String kmsKeyIdentifier)The KMS key identifier (key ID, key alias, or key ARN).StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. tags(Map<String,String> tags)Metadata to assign to the deployment.StartDeploymentRequest.BuilderStartDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type StartDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends StartDeploymentRequest.Builder>StartDeploymentRequest. serializableBuilderClass()
-