Uses of Interface
software.amazon.awssdk.services.cloudformation.model.SetTypeConfigurationRequest.Builder
Packages that use SetTypeConfigurationRequest.Builder
Package
Description
-
Uses of SetTypeConfigurationRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type SetTypeConfigurationRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.setTypeConfiguration(Consumer<SetTypeConfigurationRequest.Builder> setTypeConfigurationRequest) Specifies the configuration data for a CloudFormation extension, such as a resource or Hook, in the given account and Region.default SetTypeConfigurationResponseCloudFormationClient.setTypeConfiguration(Consumer<SetTypeConfigurationRequest.Builder> setTypeConfigurationRequest) Specifies the configuration data for a CloudFormation extension, such as a resource or Hook, in the given account and Region. -
Uses of SetTypeConfigurationRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return SetTypeConfigurationRequest.BuilderModifier and TypeMethodDescriptionSetTypeConfigurationRequest.builder()SetTypeConfigurationRequest.Builder.configuration(String configuration) The configuration data for the extension in this account and Region.SetTypeConfigurationRequest.Builder.configurationAlias(String configurationAlias) An alias by which to refer to this extension configuration data.SetTypeConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetTypeConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SetTypeConfigurationRequest.toBuilder()The type of extension.SetTypeConfigurationRequest.Builder.type(ThirdPartyType type) The type of extension.The Amazon Resource Name (ARN) for the extension in this account and Region.The name of the extension.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type SetTypeConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetTypeConfigurationRequest.Builder>SetTypeConfigurationRequest.serializableBuilderClass()