Uses of Interface
software.amazon.awssdk.services.cloudformation.model.RegisterTypeRequest.Builder
Packages that use RegisterTypeRequest.Builder
Package
Description
-
Uses of RegisterTypeRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type RegisterTypeRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<RegisterTypeResponse>CloudFormationAsyncClient.registerType(Consumer<RegisterTypeRequest.Builder> registerTypeRequest) Registers an extension with the CloudFormation service.default RegisterTypeResponseCloudFormationClient.registerType(Consumer<RegisterTypeRequest.Builder> registerTypeRequest) Registers an extension with the CloudFormation service. -
Uses of RegisterTypeRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RegisterTypeRequest.BuilderModifier and TypeMethodDescriptionstatic RegisterTypeRequest.BuilderRegisterTypeRequest.builder()RegisterTypeRequest.Builder.clientRequestToken(String clientRequestToken) A unique identifier that acts as an idempotency key for this registration request.RegisterTypeRequest.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the extension.default RegisterTypeRequest.BuilderRegisterTypeRequest.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) Specifies logging configuration information for an extension.RegisterTypeRequest.Builder.loggingConfig(LoggingConfig loggingConfig) Specifies logging configuration information for an extension.RegisterTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RegisterTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RegisterTypeRequest.Builder.schemaHandlerPackage(String schemaHandlerPackage) A URL to the S3 bucket that contains the extension project package that contains the necessary files for the extension you want to register.RegisterTypeRequest.toBuilder()The kind of extension.RegisterTypeRequest.Builder.type(RegistryType type) The kind of extension.The name of the extension being registered.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type RegisterTypeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RegisterTypeRequest.Builder>RegisterTypeRequest.serializableBuilderClass()