Uses of Interface
software.amazon.awssdk.services.cloudformation.model.TestTypeRequest.Builder
-
Packages that use TestTypeRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of TestTypeRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type TestTypeRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description TestTypeRequest.BuilderTestTypeRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the extension.static TestTypeRequest.BuilderTestTypeRequest. builder()TestTypeRequest.BuilderTestTypeRequest.Builder. logDeliveryBucket(String logDeliveryBucket)The S3 bucket to which CloudFormation delivers the contract test execution logs.TestTypeRequest.BuilderTestTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TestTypeRequest.BuilderTestTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TestTypeRequest.BuilderTestTypeRequest. toBuilder()TestTypeRequest.BuilderTestTypeRequest.Builder. type(String type)The type of the extension to test.TestTypeRequest.BuilderTestTypeRequest.Builder. type(ThirdPartyType type)The type of the extension to test.TestTypeRequest.BuilderTestTypeRequest.Builder. typeName(String typeName)The name of the extension to test.TestTypeRequest.BuilderTestTypeRequest.Builder. versionId(String versionId)The version of the extension to test.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TestTypeRequest.Builder Modifier and Type Method Description static Class<? extends TestTypeRequest.Builder>TestTypeRequest. serializableBuilderClass()
-