Uses of Interface
software.amazon.awssdk.services.cloudformation.model.TypeConfigurationIdentifier.Builder
-
Packages that use TypeConfigurationIdentifier.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of TypeConfigurationIdentifier.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return TypeConfigurationIdentifier.Builder Modifier and Type Method Description static TypeConfigurationIdentifier.BuilderTypeConfigurationIdentifier. builder()TypeConfigurationIdentifier.BuilderTypeConfigurationIdentifier. toBuilder()TypeConfigurationIdentifier.BuilderTypeConfigurationIdentifier.Builder. type(String type)The type of extension.TypeConfigurationIdentifier.BuilderTypeConfigurationIdentifier.Builder. type(ThirdPartyType type)The type of extension.TypeConfigurationIdentifier.BuilderTypeConfigurationIdentifier.Builder. typeArn(String typeArn)The Amazon Resource Name (ARN) for the extension, in this account and Region.TypeConfigurationIdentifier.BuilderTypeConfigurationIdentifier.Builder. typeConfigurationAlias(String typeConfigurationAlias)The alias specified for this configuration, if one was specified when the configuration was set.TypeConfigurationIdentifier.BuilderTypeConfigurationIdentifier.Builder. typeConfigurationArn(String typeConfigurationArn)The Amazon Resource Name (ARN) for the configuration, in this account and Region.TypeConfigurationIdentifier.BuilderTypeConfigurationIdentifier.Builder. typeName(String typeName)The name of the extension type to which this configuration applies.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TypeConfigurationIdentifier.Builder Modifier and Type Method Description static Class<? extends TypeConfigurationIdentifier.Builder>TypeConfigurationIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type TypeConfigurationIdentifier.Builder Modifier and Type Method Description default BatchDescribeTypeConfigurationsError.BuilderBatchDescribeTypeConfigurationsError.Builder. typeConfigurationIdentifier(Consumer<TypeConfigurationIdentifier.Builder> typeConfigurationIdentifier)Identifying information for the configuration of a CloudFormation extension.
-