Interface TargetIdentifier.Builder

    • Method Detail

      • targetId

        TargetIdentifier.Builder targetId​(TargetId targetId)

        The identifier for a target.

        Parameters:
        targetId - The identifier for a target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetType

        TargetIdentifier.Builder targetType​(String targetType)

        The type of a target. A target type is currently always ACCOUNT because a target is currently a single Amazon Web Services account.

        Parameters:
        targetType - The type of a target. A target type is currently always ACCOUNT because a target is currently a single Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetType, TargetType
      • targetType

        TargetIdentifier.Builder targetType​(TargetType targetType)

        The type of a target. A target type is currently always ACCOUNT because a target is currently a single Amazon Web Services account.

        Parameters:
        targetType - The type of a target. A target type is currently always ACCOUNT because a target is currently a single Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetType, TargetType