Interface ResolvedTargetResource.Builder

  • Method Details

    • resourceType

      ResolvedTargetResource.Builder resourceType(String resourceType)

      The AWS FIS resource type the target belongs to, such as aws:ec2:instance, aws:ecs:task, or aws:eks:pod.

      Parameters:
      resourceType - The AWS FIS resource type the target belongs to, such as aws:ec2:instance, aws:ecs:task, or aws:eks:pod.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetName

      ResolvedTargetResource.Builder targetName(String targetName)

      The name of the target in the AWS FIS experiment template.

      Parameters:
      targetName - The name of the target in the AWS FIS experiment template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetInformation

      ResolvedTargetResource.Builder targetInformation(Map<String,String> targetInformation)

      The raw target information map as returned by AWS FIS.

      Parameters:
      targetInformation - The raw target information map as returned by AWS FIS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.