JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.identitymanagement.model

Class PutUserPermissionsBoundaryRequest

    • Constructor Detail

      • PutUserPermissionsBoundaryRequest

        public PutUserPermissionsBoundaryRequest()
    • Method Detail

      • setUserName

        public void setUserName(String userName)

        The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.

        Parameters:
        userName - The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
      • getUserName

        public String getUserName()

        The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.

        Returns:
        The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
      • withUserName

        public PutUserPermissionsBoundaryRequest withUserName(String userName)

        The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.

        Parameters:
        userName - The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPermissionsBoundary

        public void setPermissionsBoundary(String permissionsBoundary)

        The ARN of the managed policy that is used to set the permissions boundary for the user.

        A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.

        For more information about policy types, see Policy types in the IAM User Guide.

        Parameters:
        permissionsBoundary - The ARN of the managed policy that is used to set the permissions boundary for the user.

        A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.

        For more information about policy types, see Policy types in the IAM User Guide.

      • getPermissionsBoundary

        public String getPermissionsBoundary()

        The ARN of the managed policy that is used to set the permissions boundary for the user.

        A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.

        For more information about policy types, see Policy types in the IAM User Guide.

        Returns:
        The ARN of the managed policy that is used to set the permissions boundary for the user.

        A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.

        For more information about policy types, see Policy types in the IAM User Guide.

      • withPermissionsBoundary

        public PutUserPermissionsBoundaryRequest withPermissionsBoundary(String permissionsBoundary)

        The ARN of the managed policy that is used to set the permissions boundary for the user.

        A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.

        For more information about policy types, see Policy types in the IAM User Guide.

        Parameters:
        permissionsBoundary - The ARN of the managed policy that is used to set the permissions boundary for the user.

        A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.

        For more information about policy types, see Policy types in the IAM User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /