@Generated(value="software.amazon.awssdk:codegen") public final class PutRolePermissionsBoundaryRequest extends IamRequest implements ToCopyableBuilder<PutRolePermissionsBoundaryRequest.Builder,PutRolePermissionsBoundaryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutRolePermissionsBoundaryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutRolePermissionsBoundaryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
permissionsBoundary()
The ARN of the managed policy that is used to set the permissions boundary for the role.
|
String |
roleName()
The name (friendly name, not ARN) of the IAM role for which you want to set the permissions boundary.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutRolePermissionsBoundaryRequest.Builder> |
serializableBuilderClass() |
PutRolePermissionsBoundaryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleName()
The name (friendly name, not ARN) of the IAM role for which you want to set the permissions boundary.
public final String permissionsBoundary()
The ARN of the managed policy that is used to set the permissions boundary for the role.
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.
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.
public PutRolePermissionsBoundaryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutRolePermissionsBoundaryRequest.Builder,PutRolePermissionsBoundaryRequest>toBuilder in class IamRequestpublic static PutRolePermissionsBoundaryRequest.Builder builder()
public static Class<? extends PutRolePermissionsBoundaryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.