Interface SAMLProviderListEntry.Builder

    • Method Detail

      • arn

        SAMLProviderListEntry.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the SAML provider.

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

        SAMLProviderListEntry.Builder validUntil​(Instant validUntil)

        The expiration date and time for the SAML provider.

        Parameters:
        validUntil - The expiration date and time for the SAML provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createDate

        SAMLProviderListEntry.Builder createDate​(Instant createDate)

        The date and time when the SAML provider was created.

        Parameters:
        createDate - The date and time when the SAML provider was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.