Interface CreateUserProfileRequest.Builder

    • Method Detail

      • iamUserArn

        CreateUserProfileRequest.Builder iamUserArn​(String iamUserArn)

        The user's IAM ARN; this can also be a federated user's ARN.

        Parameters:
        iamUserArn - The user's IAM ARN; this can also be a federated user's ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sshUsername

        CreateUserProfileRequest.Builder sshUsername​(String sshUsername)

        The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, AWS OpsWorks Stacks removes them. For example, my.name will be changed to myname. If you do not specify an SSH user name, AWS OpsWorks Stacks generates one from the IAM user name.

        Parameters:
        sshUsername - The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, AWS OpsWorks Stacks removes them. For example, my.name will be changed to myname. If you do not specify an SSH user name, AWS OpsWorks Stacks generates one from the IAM user name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sshPublicKey

        CreateUserProfileRequest.Builder sshPublicKey​(String sshPublicKey)

        The user's public SSH key.

        Parameters:
        sshPublicKey - The user's public SSH key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.