Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.DeploymentComponentUpdatePolicy.Builder
-
Packages that use DeploymentComponentUpdatePolicy.Builder Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of DeploymentComponentUpdatePolicy.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return DeploymentComponentUpdatePolicy.Builder Modifier and Type Method Description DeploymentComponentUpdatePolicy.BuilderDeploymentComponentUpdatePolicy.Builder. action(String action)Whether or not to notify components and wait for components to become safe to update.DeploymentComponentUpdatePolicy.BuilderDeploymentComponentUpdatePolicy.Builder. action(DeploymentComponentUpdatePolicyAction action)Whether or not to notify components and wait for components to become safe to update.static DeploymentComponentUpdatePolicy.BuilderDeploymentComponentUpdatePolicy. builder()DeploymentComponentUpdatePolicy.BuilderDeploymentComponentUpdatePolicy.Builder. timeoutInSeconds(Integer timeoutInSeconds)The amount of time in seconds that each component on a device has to report that it's safe to update.DeploymentComponentUpdatePolicy.BuilderDeploymentComponentUpdatePolicy. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type DeploymentComponentUpdatePolicy.Builder Modifier and Type Method Description static Class<? extends DeploymentComponentUpdatePolicy.Builder>DeploymentComponentUpdatePolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type DeploymentComponentUpdatePolicy.Builder Modifier and Type Method Description default DeploymentPolicies.BuilderDeploymentPolicies.Builder. componentUpdatePolicy(Consumer<DeploymentComponentUpdatePolicy.Builder> componentUpdatePolicy)The component update policy for the configuration deployment.
-