Interface UpdatePermissionSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdatePermissionSetRequest.Builder,UpdatePermissionSetRequest>
,SdkBuilder<UpdatePermissionSetRequest.Builder,UpdatePermissionSetRequest>
,SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
- UpdatePermissionSetRequest
public static interface UpdatePermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<UpdatePermissionSetRequest.Builder,UpdatePermissionSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdatePermissionSetRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminRequest.Builder
build
-
-
-
-
Method Detail
-
description
UpdatePermissionSetRequest.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.
-
instanceArn
UpdatePermissionSetRequest.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 Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Parameters:
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 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.
-
permissionSetArn
UpdatePermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set.
- Parameters:
permissionSetArn
- The ARN of the permission set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relayState
UpdatePermissionSetRequest.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
UpdatePermissionSetRequest.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.
-
overrideConfiguration
UpdatePermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-