Uses of Interface
software.amazon.awssdk.services.cloudformation.model.BatchDescribeTypeConfigurationsResponse.Builder
Packages that use BatchDescribeTypeConfigurationsResponse.Builder
-
Uses of BatchDescribeTypeConfigurationsResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return BatchDescribeTypeConfigurationsResponse.BuilderModifier and TypeMethodDescriptionBatchDescribeTypeConfigurationsResponse.builder()BatchDescribeTypeConfigurationsResponse.Builder.errors(Collection<BatchDescribeTypeConfigurationsError> errors) A list of information concerning any errors generated during the setting of the specified configurations.BatchDescribeTypeConfigurationsResponse.Builder.errors(Consumer<BatchDescribeTypeConfigurationsError.Builder>... errors) A list of information concerning any errors generated during the setting of the specified configurations.BatchDescribeTypeConfigurationsResponse.Builder.errors(BatchDescribeTypeConfigurationsError... errors) A list of information concerning any errors generated during the setting of the specified configurations.BatchDescribeTypeConfigurationsResponse.toBuilder()BatchDescribeTypeConfigurationsResponse.Builder.typeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations) A list of any of the specified extension configurations from the CloudFormation registry.BatchDescribeTypeConfigurationsResponse.Builder.typeConfigurations(Consumer<TypeConfigurationDetails.Builder>... typeConfigurations) A list of any of the specified extension configurations from the CloudFormation registry.BatchDescribeTypeConfigurationsResponse.Builder.typeConfigurations(TypeConfigurationDetails... typeConfigurations) A list of any of the specified extension configurations from the CloudFormation registry.BatchDescribeTypeConfigurationsResponse.Builder.unprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations) A list of any of the specified extension configurations that CloudFormation could not process for any reason.BatchDescribeTypeConfigurationsResponse.Builder.unprocessedTypeConfigurations(Consumer<TypeConfigurationIdentifier.Builder>... unprocessedTypeConfigurations) A list of any of the specified extension configurations that CloudFormation could not process for any reason.BatchDescribeTypeConfigurationsResponse.Builder.unprocessedTypeConfigurations(TypeConfigurationIdentifier... unprocessedTypeConfigurations) A list of any of the specified extension configurations that CloudFormation could not process for any reason.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type BatchDescribeTypeConfigurationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BatchDescribeTypeConfigurationsResponse.Builder>BatchDescribeTypeConfigurationsResponse.serializableBuilderClass()