public static interface UpdatePermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<UpdatePermissionSetRequest.Builder,UpdatePermissionSetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePermissionSetRequest.Builder |
description(String description)
The description of the PermissionSet.
|
UpdatePermissionSetRequest.Builder |
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
UpdatePermissionSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePermissionSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePermissionSetRequest.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
UpdatePermissionSetRequest.Builder |
relayState(String relayState)
Used to redirect users within the application during the federation authentication process.
|
UpdatePermissionSetRequest.Builder |
sessionDuration(String sessionDuration)
The length of time that the application user sessions are valid for in the ISO-8601 standard.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePermissionSetRequest.Builder instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
instanceArn - The ARN of the IAM Identity Center instance under which the operation will be executed. For more
information about ARNs, see Amazon Resource
Names (ARNs) and AWS Service Namespaces in the AWS General Reference.UpdatePermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set.
permissionSetArn - The ARN of the permission set.UpdatePermissionSetRequest.Builder description(String description)
The description of the PermissionSet.
description - The description of the PermissionSet.UpdatePermissionSetRequest.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.UpdatePermissionSetRequest.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.UpdatePermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.