@Generated(value="software.amazon.awssdk:codegen") public final class PermissionSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PermissionSet.Builder,PermissionSet>
An entity that contains IAM policies.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PermissionSet.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PermissionSet.Builder |
builder() |
Instant |
createdDate()
The date that the permission set was created.
|
String |
description()
The description of the PermissionSet.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the permission set.
|
String |
permissionSetArn()
The ARN of the permission set.
|
String |
relayState()
Used to redirect users within the application during the federation authentication process.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PermissionSet.Builder> |
serializableBuilderClass() |
String |
sessionDuration()
The length of time that the application user sessions are valid for in the ISO-8601 standard.
|
PermissionSet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the permission set.
public final String permissionSetArn()
The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public final String description()
The description of the PermissionSet.
public final Instant createdDate()
The date that the permission set was created.
public final String sessionDuration()
The length of time that the application user sessions are valid for in the ISO-8601 standard.
public final String relayState()
Used to redirect users within the application during the federation authentication process.
public PermissionSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PermissionSet.Builder,PermissionSet>public static PermissionSet.Builder builder()
public static Class<? extends PermissionSet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.