Interface TestTypeRequest.Builder

    • Method Detail

      • arn

        TestTypeRequest.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the extension.

        Conditional: You must specify Arn, or TypeName and Type.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the extension.

        Conditional: You must specify Arn, or TypeName and Type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        TestTypeRequest.Builder type​(String type)

        The type of the extension to test.

        Conditional: You must specify Arn, or TypeName and Type.

        Parameters:
        type - The type of the extension to test.

        Conditional: You must specify Arn, or TypeName and Type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ThirdPartyType, ThirdPartyType
      • type

        TestTypeRequest.Builder type​(ThirdPartyType type)

        The type of the extension to test.

        Conditional: You must specify Arn, or TypeName and Type.

        Parameters:
        type - The type of the extension to test.

        Conditional: You must specify Arn, or TypeName and Type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ThirdPartyType, ThirdPartyType
      • typeName

        TestTypeRequest.Builder typeName​(String typeName)

        The name of the extension to test.

        Conditional: You must specify Arn, or TypeName and Type.

        Parameters:
        typeName - The name of the extension to test.

        Conditional: You must specify Arn, or TypeName and Type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionId

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logDeliveryBucket

        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 Identity and Access Management User Guide.

        Parameters:
        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 Identity and Access Management User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.