public static interface PermissionSet.Builder extends SdkPojo, CopyableBuilder<PermissionSet.Builder,PermissionSet>
| Modifier and Type | Method and Description |
|---|---|
PermissionSet.Builder |
createdDate(Instant createdDate)
The date that the permission set was created.
|
PermissionSet.Builder |
description(String description)
The description of the PermissionSet.
|
PermissionSet.Builder |
name(String name)
The name of the permission set.
|
PermissionSet.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
PermissionSet.Builder |
relayState(String relayState)
Used to redirect users within the application during the federation authentication process.
|
PermissionSet.Builder |
sessionDuration(String sessionDuration)
The length of time that the application user sessions are valid for in the ISO-8601 standard.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPermissionSet.Builder name(String name)
The name of the permission set.
name - The name of the permission set.PermissionSet.Builder permissionSetArn(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.
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.PermissionSet.Builder description(String description)
The description of the PermissionSet.
description - The description of the PermissionSet.PermissionSet.Builder createdDate(Instant createdDate)
The date that the permission set was created.
createdDate - The date that the permission set was created.PermissionSet.Builder sessionDuration(String sessionDuration)
The length of time that the application user sessions are valid for in the ISO-8601 standard.
sessionDuration - The length of time that the application user sessions are valid for in the ISO-8601 standard.PermissionSet.Builder relayState(String relayState)
Used to redirect users within the application during the federation authentication process.
relayState - Used to redirect users within the application during the federation authentication process.Copyright © 2023. All rights reserved.