Interface AssociatedResource.Builder

  • Method Details

    • resourceType

      AssociatedResource.Builder resourceType(String resourceType)

      The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).

      Parameters:
      resourceType - The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      AssociatedResource.Builder resourceType(ResourceType resourceType)

      The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).

      Parameters:
      resourceType - The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceIdentifier

      @Deprecated AssociatedResource.Builder resourceIdentifier(String resourceIdentifier)
      Deprecated.
      This field is no longer used

      The unique identifier of the AWS resource within its service.

      Parameters:
      resourceIdentifier - The unique identifier of the AWS resource within its service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceArn

      AssociatedResource.Builder resourceArn(String resourceArn)

      The Amazon Resource Name (ARN) that uniquely identifies the AWS resource.

      Parameters:
      resourceArn - The Amazon Resource Name (ARN) that uniquely identifies the AWS resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.