public static interface CreatePermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<CreatePermissionSetRequest.Builder,CreatePermissionSetRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePermissionSetRequest.Builder name(String name)
The name of the PermissionSet.
name - The name of the PermissionSet.CreatePermissionSetRequest.Builder description(String description)
The description of the PermissionSet.
description - The description of the PermissionSet.CreatePermissionSetRequest.Builder instanceArn(String instanceArn)
The ARN of the SSO 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 SSO 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 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 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 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 theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreatePermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.