Uses of Interface
software.amazon.awssdk.services.cloudformation.model.BatchDescribeTypeConfigurationsError.Builder
-
Packages that use BatchDescribeTypeConfigurationsError.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of BatchDescribeTypeConfigurationsError.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return BatchDescribeTypeConfigurationsError.Builder Modifier and Type Method Description static BatchDescribeTypeConfigurationsError.BuilderBatchDescribeTypeConfigurationsError. builder()BatchDescribeTypeConfigurationsError.BuilderBatchDescribeTypeConfigurationsError.Builder. errorCode(String errorCode)The error code.BatchDescribeTypeConfigurationsError.BuilderBatchDescribeTypeConfigurationsError.Builder. errorMessage(String errorMessage)The error message.BatchDescribeTypeConfigurationsError.BuilderBatchDescribeTypeConfigurationsError. toBuilder()default BatchDescribeTypeConfigurationsError.BuilderBatchDescribeTypeConfigurationsError.Builder. typeConfigurationIdentifier(Consumer<TypeConfigurationIdentifier.Builder> typeConfigurationIdentifier)Identifying information for the configuration of a CloudFormation extension.BatchDescribeTypeConfigurationsError.BuilderBatchDescribeTypeConfigurationsError.Builder. typeConfigurationIdentifier(TypeConfigurationIdentifier typeConfigurationIdentifier)Identifying information for the configuration of a CloudFormation extension.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type BatchDescribeTypeConfigurationsError.Builder Modifier and Type Method Description static Class<? extends BatchDescribeTypeConfigurationsError.Builder>BatchDescribeTypeConfigurationsError. serializableBuilderClass()
-