Interface InstanceProperty.Builder

    • Method Detail

      • failed

        InstanceProperty.Builder failed​(Boolean failed)

        Indicates whether the temporary credential request was successful.

        Parameters:
        failed - Indicates whether the temporary credential request was successful.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • properties

        InstanceProperty.Builder properties​(Map<String,​String> properties)

        A list of instanceProperty objects.

        Parameters:
        properties - A list of instanceProperty objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • seenAt

        InstanceProperty.Builder seenAt​(Instant seenAt)

        The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.

        Parameters:
        seenAt - The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.