Class PermissionSet
- java.lang.Object
-
- software.amazon.awssdk.services.ssoadmin.model.PermissionSet
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PermissionSet.Builder,PermissionSet>
@Generated("software.amazon.awssdk:codegen") public final class PermissionSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PermissionSet.Builder,PermissionSet>
An entity that contains IAM policies.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePermissionSet.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PermissionSet.Builderbuilder()InstantcreatedDate()The date that the permission set was created.Stringdescription()The description of the PermissionSet.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the permission set.StringpermissionSetArn()The ARN of the permission set.StringrelayState()Used to redirect users within the application during the federation authentication process.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PermissionSet.Builder>serializableBuilderClass()StringsessionDuration()The length of time that the application user sessions are valid for in the ISO-8601 standard.PermissionSet.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the permission set.
- Returns:
- The name of the permission set.
-
permissionSetArn
public final String permissionSetArn()
The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Returns:
- The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
-
description
public final String description()
The description of the PermissionSet.
- Returns:
- The description of the PermissionSet.
-
createdDate
public final Instant createdDate()
The date that the permission set was created.
- Returns:
- The date that the permission set was created.
-
sessionDuration
public final String sessionDuration()
The length of time that the application user sessions are valid for in the ISO-8601 standard.
- Returns:
- The length of time that the application user sessions are valid for in the ISO-8601 standard.
-
relayState
public final String relayState()
Used to redirect users within the application during the federation authentication process.
- Returns:
- Used to redirect users within the application during the federation authentication process.
-
toBuilder
public PermissionSet.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PermissionSet.Builder,PermissionSet>
-
builder
public static PermissionSet.Builder builder()
-
serializableBuilderClass
public static Class<? extends PermissionSet.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-