Interface XksProxyAuthenticationCredentialType.Builder

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

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

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