Uses of Interface
software.amazon.awssdk.services.cloudformation.model.TestTypeRequest.Builder
Packages that use TestTypeRequest.Builder
Package
Description
-
Uses of TestTypeRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type TestTypeRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<TestTypeResponse>CloudFormationAsyncClient.testType(Consumer<TestTypeRequest.Builder> testTypeRequest) Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry.default TestTypeResponseCloudFormationClient.testType(Consumer<TestTypeRequest.Builder> testTypeRequest) Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. -
Uses of TestTypeRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return TestTypeRequest.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the extension.static TestTypeRequest.BuilderTestTypeRequest.builder()TestTypeRequest.Builder.logDeliveryBucket(String logDeliveryBucket) The S3 bucket to which CloudFormation delivers the contract test execution logs.TestTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) TestTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) TestTypeRequest.toBuilder()The type of the extension to test.TestTypeRequest.Builder.type(ThirdPartyType type) The type of the extension to test.The name of the extension to test.The version of the extension to test.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TestTypeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TestTypeRequest.Builder>TestTypeRequest.serializableBuilderClass()