Interface AccessKeyDetails.Builder

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

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

    • accessKeyId

      AccessKeyDetails.Builder accessKeyId(String accessKeyId)

      The access key ID of the user.

      Parameters:
      accessKeyId - The access key ID of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • principalId

      AccessKeyDetails.Builder principalId(String principalId)

      The principal ID of the user.

      Parameters:
      principalId - The principal ID of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userName

      AccessKeyDetails.Builder userName(String userName)

      The name of the user.

      Parameters:
      userName - The name of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userType

      AccessKeyDetails.Builder userType(String userType)

      The type of the user.

      Parameters:
      userType - The type of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.