Interface ResourceIdentifierSummary.Builder

    • Method Detail

      • resourceType

        ResourceIdentifierSummary.Builder resourceType​(String resourceType)

        The template resource type of the target resources, such as AWS::S3::Bucket.

        Parameters:
        resourceType - The template resource type of the target resources, such as AWS::S3::Bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logicalResourceIds

        ResourceIdentifierSummary.Builder logicalResourceIds​(Collection<String> logicalResourceIds)

        The logical IDs of the target resources of the specified ResourceType, as defined in the import template.

        Parameters:
        logicalResourceIds - The logical IDs of the target resources of the specified ResourceType, as defined in the import template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logicalResourceIds

        ResourceIdentifierSummary.Builder logicalResourceIds​(String... logicalResourceIds)

        The logical IDs of the target resources of the specified ResourceType, as defined in the import template.

        Parameters:
        logicalResourceIds - The logical IDs of the target resources of the specified ResourceType, as defined in the import template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIdentifiers

        ResourceIdentifierSummary.Builder resourceIdentifiers​(Collection<String> resourceIdentifiers)

        The resource properties you can provide during the import to identify your target resources. For example, BucketName is a possible identifier property for AWS::S3::Bucket resources.

        Parameters:
        resourceIdentifiers - The resource properties you can provide during the import to identify your target resources. For example, BucketName is a possible identifier property for AWS::S3::Bucket resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIdentifiers

        ResourceIdentifierSummary.Builder resourceIdentifiers​(String... resourceIdentifiers)

        The resource properties you can provide during the import to identify your target resources. For example, BucketName is a possible identifier property for AWS::S3::Bucket resources.

        Parameters:
        resourceIdentifiers - The resource properties you can provide during the import to identify your target resources. For example, BucketName is a possible identifier property for AWS::S3::Bucket resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.