Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeGeneratedTemplateResponse.Builder
Packages that use DescribeGeneratedTemplateResponse.Builder
-
Uses of DescribeGeneratedTemplateResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeGeneratedTemplateResponse.BuilderModifier and TypeMethodDescriptionDescribeGeneratedTemplateResponse.builder()DescribeGeneratedTemplateResponse.Builder.creationTime(Instant creationTime) The time the generated template was created.DescribeGeneratedTemplateResponse.Builder.generatedTemplateId(String generatedTemplateId) The Amazon Resource Name (ARN) of the generated template.DescribeGeneratedTemplateResponse.Builder.generatedTemplateName(String generatedTemplateName) The name of the generated template.DescribeGeneratedTemplateResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime) The time the generated template was last updated.DescribeGeneratedTemplateResponse.Builder.progress(Consumer<TemplateProgress.Builder> progress) An object describing the progress of the template generation.DescribeGeneratedTemplateResponse.Builder.progress(TemplateProgress progress) An object describing the progress of the template generation.DescribeGeneratedTemplateResponse.Builder.resources(Collection<ResourceDetail> resources) A list of objects describing the details of the resources in the template generation.DescribeGeneratedTemplateResponse.Builder.resources(Consumer<ResourceDetail.Builder>... resources) A list of objects describing the details of the resources in the template generation.DescribeGeneratedTemplateResponse.Builder.resources(ResourceDetail... resources) A list of objects describing the details of the resources in the template generation.The stack ARN of the base stack if a base stack was provided when generating the template.The status of the template generation.DescribeGeneratedTemplateResponse.Builder.status(GeneratedTemplateStatus status) The status of the template generation.DescribeGeneratedTemplateResponse.Builder.statusReason(String statusReason) The reason for the current template generation status.DescribeGeneratedTemplateResponse.Builder.templateConfiguration(Consumer<TemplateConfiguration.Builder> templateConfiguration) The configuration details of the generated template, including theDeletionPolicyandUpdateReplacePolicy.DescribeGeneratedTemplateResponse.Builder.templateConfiguration(TemplateConfiguration templateConfiguration) The configuration details of the generated template, including theDeletionPolicyandUpdateReplacePolicy.DescribeGeneratedTemplateResponse.toBuilder()DescribeGeneratedTemplateResponse.Builder.totalWarnings(Integer totalWarnings) The number of warnings generated for this template.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeGeneratedTemplateResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeGeneratedTemplateResponse.Builder>DescribeGeneratedTemplateResponse.serializableBuilderClass()