Interface Challenge.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Challenge.Builder,Challenge>, SdkBuilder<Challenge.Builder,Challenge>, SdkPojo
Enclosing class:
Challenge

public static interface Challenge.Builder extends SdkPojo, CopyableBuilder<Challenge.Builder,Challenge>
  • Method Details

    • 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

      Challenge.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

      Challenge.Builder createdAt(Instant createdAt)

      The date and time that the challenge was created.

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

      Challenge.Builder updatedAt(Instant updatedAt)

      The date and time that the challenge was updated.

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

      Challenge.Builder password(String password)

      The SCEP challenge password, in UUID format.

      Parameters:
      password - The SCEP challenge password, in UUID format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.