Uses of Interface
software.amazon.awssdk.services.serverlessapplicationrepository.model.RollbackConfiguration.Builder
-
Packages that use RollbackConfiguration.Builder Package Description software.amazon.awssdk.services.serverlessapplicationrepository.model -
-
Uses of RollbackConfiguration.Builder in software.amazon.awssdk.services.serverlessapplicationrepository.model
Methods in software.amazon.awssdk.services.serverlessapplicationrepository.model that return RollbackConfiguration.Builder Modifier and Type Method Description static RollbackConfiguration.BuilderRollbackConfiguration. builder()RollbackConfiguration.BuilderRollbackConfiguration.Builder. monitoringTimeInMinutes(Integer monitoringTimeInMinutes)This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.RollbackConfiguration.BuilderRollbackConfiguration.Builder. rollbackTriggers(Collection<RollbackTrigger> rollbackTriggers)This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.RollbackConfiguration.BuilderRollbackConfiguration.Builder. rollbackTriggers(Consumer<RollbackTrigger.Builder>... rollbackTriggers)This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.RollbackConfiguration.BuilderRollbackConfiguration.Builder. rollbackTriggers(RollbackTrigger... rollbackTriggers)This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.RollbackConfiguration.BuilderRollbackConfiguration. toBuilder()Methods in software.amazon.awssdk.services.serverlessapplicationrepository.model that return types with arguments of type RollbackConfiguration.Builder Modifier and Type Method Description static Class<? extends RollbackConfiguration.Builder>RollbackConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.serverlessapplicationrepository.model with type arguments of type RollbackConfiguration.Builder Modifier and Type Method Description default CreateCloudFormationChangeSetRequest.BuilderCreateCloudFormationChangeSetRequest.Builder. rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration)This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.
-