public static interface TestTypeRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<TestTypeRequest.Builder,TestTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
TestTypeRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the extension.
|
TestTypeRequest.Builder |
logDeliveryBucket(String logDeliveryBucket)
The S3 bucket to which CloudFormation delivers the contract test execution logs.
|
TestTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TestTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TestTypeRequest.Builder |
type(String type)
The type of the extension to test.
|
TestTypeRequest.Builder |
type(ThirdPartyType type)
The type of the extension to test.
|
TestTypeRequest.Builder |
typeName(String typeName)
The name of the extension to test.
|
TestTypeRequest.Builder |
versionId(String versionId)
The version of the extension to test.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestTypeRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify Arn, or TypeName and Type.
arn - The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify Arn, or TypeName and Type.
TestTypeRequest.Builder type(String type)
The type of the extension to test.
Conditional: You must specify Arn, or TypeName and Type.
type - The type of the extension to test.
Conditional: You must specify Arn, or TypeName and Type.
ThirdPartyType,
ThirdPartyTypeTestTypeRequest.Builder type(ThirdPartyType type)
The type of the extension to test.
Conditional: You must specify Arn, or TypeName and Type.
type - The type of the extension to test.
Conditional: You must specify Arn, or TypeName and Type.
ThirdPartyType,
ThirdPartyTypeTestTypeRequest.Builder typeName(String typeName)
The name of the extension to test.
Conditional: You must specify Arn, or TypeName and Type.
typeName - The name of the extension to test.
Conditional: You must specify Arn, or TypeName and Type.
TestTypeRequest.Builder versionId(String versionId)
The version of the extension to test.
You can specify the version id with either Arn, or with TypeName and
Type.
If you don't specify a version, CloudFormation uses the default version of the extension in this account and region for testing.
versionId - The version of the extension to test.
You can specify the version id with either Arn, or with TypeName and
Type.
If you don't specify a version, CloudFormation uses the default version of the extension in this account and region for testing.
TestTypeRequest.Builder logDeliveryBucket(String logDeliveryBucket)
The S3 bucket to which CloudFormation delivers the contract test execution logs.
CloudFormation delivers the logs by the time contract testing has completed and the extension has been
assigned a test type status of PASSED or FAILED.
The user calling TestType must be able to access items in the specified S3 bucket. Specifically,
the user needs the following permissions:
GetObject
PutObject
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide.
logDeliveryBucket - The S3 bucket to which CloudFormation delivers the contract test execution logs.
CloudFormation delivers the logs by the time contract testing has completed and the extension has been
assigned a test type status of PASSED or FAILED.
The user calling TestType must be able to access items in the specified S3 bucket.
Specifically, the user needs the following permissions:
GetObject
PutObject
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide.
TestTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTestTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.