Interface PermissionSet.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PermissionSet.Builder,
,PermissionSet> SdkBuilder<PermissionSet.Builder,
,PermissionSet> SdkPojo
- Enclosing class:
PermissionSet
public static interface PermissionSet.Builder
extends SdkPojo, CopyableBuilder<PermissionSet.Builder,PermissionSet>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedDate
(Instant createdDate) The date that the permission set was created.description
(String description) The description of the PermissionSet.The name of the permission set.permissionSetArn
(String permissionSetArn) The ARN of the permission set.relayState
(String relayState) Used to redirect users within the application during the federation authentication process.sessionDuration
(String sessionDuration) The length of time that the application user sessions are valid for in the ISO-8601 standard.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
createdDate
The date that the permission set was created.
- Parameters:
createdDate
- The date that the permission set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the PermissionSet.
- Parameters:
description
- The description of the PermissionSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the permission set.
- Parameters:
name
- The name of the permission set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
relayState
Used to redirect users within the application during the federation authentication process.
- Parameters:
relayState
- Used to redirect users within the application during the federation authentication process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionDuration
The length of time that the application user sessions are valid for in the ISO-8601 standard.
- Parameters:
sessionDuration
- The length of time that the application user sessions are valid for in the ISO-8601 standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-