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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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 Detail
-
createdDate
PermissionSet.Builder createdDate(Instant 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
PermissionSet.Builder description(String 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
PermissionSet.Builder name(String 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
PermissionSet.Builder permissionSetArn(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.
- 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
PermissionSet.Builder relayState(String 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
PermissionSet.Builder sessionDuration(String 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.
-
-