Interface UpdateUserProfileRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateUserProfileRequest.Builder,UpdateUserProfileRequest>, OpsWorksRequest.Builder, SdkBuilder<UpdateUserProfileRequest.Builder,UpdateUserProfileRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateUserProfileRequest

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

    • iamUserArn

      UpdateUserProfileRequest.Builder iamUserArn(String iamUserArn)

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

      Parameters:
      iamUserArn - The user 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

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

      UpdateUserProfileRequest.Builder sshPublicKey(String sshPublicKey)

      The user's new SSH public key.

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

      UpdateUserProfileRequest.Builder allowSelfManagement(Boolean allowSelfManagement)

      Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.

      Parameters:
      allowSelfManagement - Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateUserProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.