public static interface CreatePermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<CreatePermissionSetRequest.Builder,CreatePermissionSetRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePermissionSetRequest.Builder description(String description)
The description of the PermissionSet.
description - The description of the PermissionSet.CreatePermissionSetRequest.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.
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.CreatePermissionSetRequest.Builder name(String name)
The name of the PermissionSet.
name - The name of the PermissionSet.CreatePermissionSetRequest.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.CreatePermissionSetRequest.Builder sessionDuration(String sessionDuration)
The length of time that the application user sessions are valid in the ISO-8601 standard.
sessionDuration - The length of time that the application user sessions are valid in the ISO-8601 standard.CreatePermissionSetRequest.Builder tags(Collection<Tag> tags)
The tags to attach to the new PermissionSet.
tags - The tags to attach to the new PermissionSet.CreatePermissionSetRequest.Builder tags(Tag... tags)
The tags to attach to the new PermissionSet.
tags - The tags to attach to the new PermissionSet.CreatePermissionSetRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to attach to the new PermissionSet.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreatePermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.