Interface StsAccess.Builder

  • Method Details

    • status

      StsAccess.Builder status(String status)

      The current status of the STS access configuration.

      Parameters:
      status - The current status of the STS access configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the STS access configuration.

      Parameters:
      status - The current status of the STS access configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipv4Addresses

      StsAccess.Builder ipv4Addresses(Collection<String> ipv4Addresses)

      The IPv4 addresses allowed for STS access.

      Parameters:
      ipv4Addresses - The IPv4 addresses allowed for STS access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv4Addresses

      StsAccess.Builder ipv4Addresses(String... ipv4Addresses)

      The IPv4 addresses allowed for STS access.

      Parameters:
      ipv4Addresses - The IPv4 addresses allowed for STS access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainName

      StsAccess.Builder domainName(String domainName)

      The domain name for STS access configuration.

      Parameters:
      domainName - The domain name for STS access configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stsPolicyDocument

      StsAccess.Builder stsPolicyDocument(String stsPolicyDocument)

      The STS policy document that defines permissions for token service usage.

      Parameters:
      stsPolicyDocument - The STS policy document that defines permissions for token service usage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.