Interface SecurityConfigDetail.Builder

    • Method Detail

      • configVersion

        SecurityConfigDetail.Builder configVersion​(String configVersion)

        The version of the security configuration.

        Parameters:
        configVersion - The version of the security configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdDate

        SecurityConfigDetail.Builder createdDate​(Long createdDate)

        The date the configuration was created.

        Parameters:
        createdDate - The date the configuration was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        SecurityConfigDetail.Builder description​(String description)

        The description of the security configuration.

        Parameters:
        description - The description of the security configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        SecurityConfigDetail.Builder id​(String id)

        The unique identifier of the security configuration.

        Parameters:
        id - The unique identifier of the security configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedDate

        SecurityConfigDetail.Builder lastModifiedDate​(Long lastModifiedDate)

        The timestamp of when the configuration was last modified.

        Parameters:
        lastModifiedDate - The timestamp of when the configuration was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • samlOptions

        SecurityConfigDetail.Builder samlOptions​(SamlConfigOptions samlOptions)

        SAML options for the security configuration in the form of a key-value map.

        Parameters:
        samlOptions - SAML options for the security configuration in the form of a key-value map.
        Returns:
        Returns a reference to this object so that method calls can be chained together.