Interface ChallengeMetadata.Builder

    • Method Detail

      • arn

        ChallengeMetadata.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the challenge.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the challenge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorArn

        ChallengeMetadata.Builder connectorArn​(String connectorArn)

        The Amazon Resource Name (ARN) of the connector.

        Parameters:
        connectorArn - The Amazon Resource Name (ARN) of the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        ChallengeMetadata.Builder createdAt​(Instant createdAt)

        The date and time that the connector was created.

        Parameters:
        createdAt - The date and time that the connector was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        ChallengeMetadata.Builder updatedAt​(Instant updatedAt)

        The date and time that the connector was updated.

        Parameters:
        updatedAt - The date and time that the connector was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.