Interface XksProxyAuthenticationCredentialType.Builder

    • Method Detail

      • accessKeyId

        XksProxyAuthenticationCredentialType.Builder accessKeyId​(String accessKeyId)

        A unique identifier for the raw secret access key.

        Parameters:
        accessKeyId - A unique identifier for the raw secret access key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rawSecretAccessKey

        XksProxyAuthenticationCredentialType.Builder rawSecretAccessKey​(String rawSecretAccessKey)

        A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.

        Parameters:
        rawSecretAccessKey - A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.
        Returns:
        Returns a reference to this object so that method calls can be chained together.