Uses of Interface
software.amazon.awssdk.services.apptest.model.DeleteCloudFormationSummary.Builder
-
Packages that use DeleteCloudFormationSummary.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of DeleteCloudFormationSummary.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return DeleteCloudFormationSummary.Builder Modifier and Type Method Description static DeleteCloudFormationSummary.BuilderDeleteCloudFormationSummary. builder()default DeleteCloudFormationSummary.BuilderDeleteCloudFormationSummary.Builder. stepInput(Consumer<DeleteCloudFormationStepInput.Builder> stepInput)The step input of the deleted CloudFormation summary.DeleteCloudFormationSummary.BuilderDeleteCloudFormationSummary.Builder. stepInput(DeleteCloudFormationStepInput stepInput)The step input of the deleted CloudFormation summary.default DeleteCloudFormationSummary.BuilderDeleteCloudFormationSummary.Builder. stepOutput(Consumer<DeleteCloudFormationStepOutput.Builder> stepOutput)The step output of the deleted CloudFormation summary.DeleteCloudFormationSummary.BuilderDeleteCloudFormationSummary.Builder. stepOutput(DeleteCloudFormationStepOutput stepOutput)The step output of the deleted CloudFormation summary.DeleteCloudFormationSummary.BuilderDeleteCloudFormationSummary. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type DeleteCloudFormationSummary.Builder Modifier and Type Method Description static Class<? extends DeleteCloudFormationSummary.Builder>DeleteCloudFormationSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type DeleteCloudFormationSummary.Builder Modifier and Type Method Description default CloudFormationStepSummary.BuilderCloudFormationStepSummary.Builder. deleteCloudformation(Consumer<DeleteCloudFormationSummary.Builder> deleteCloudformation)Deletes the CloudFormation summary of the CloudFormation step summary.static CloudFormationStepSummaryCloudFormationStepSummary. fromDeleteCloudformation(Consumer<DeleteCloudFormationSummary.Builder> deleteCloudformation)Create an instance of this class withCloudFormationStepSummary.deleteCloudformation()initialized to the given value.
-