Interface IamInstanceProfile.Builder

    • Method Detail

      • arn

        IamInstanceProfile.Builder arn​(String arn)

        The profile ARN of the EC2 instance.

        Parameters:
        arn - The profile ARN of the EC2 instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        IamInstanceProfile.Builder id​(String id)

        The profile ID of the EC2 instance.

        Parameters:
        id - The profile ID of the EC2 instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.