Interface CreatePermissionSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreatePermissionSetRequest.Builder,CreatePermissionSetRequest>
,SdkBuilder<CreatePermissionSetRequest.Builder,CreatePermissionSetRequest>
,SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
- CreatePermissionSetRequest
public static interface CreatePermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<CreatePermissionSetRequest.Builder,CreatePermissionSetRequest>
-
-
Method Summary
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminRequest.Builder
build
-
-
-
-
Method Detail
-
description
CreatePermissionSetRequest.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
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.
- 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.
-
name
CreatePermissionSetRequest.Builder name(String name)
The name of the PermissionSet.
- Parameters:
name
- The name of the PermissionSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relayState
CreatePermissionSetRequest.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
CreatePermissionSetRequest.Builder sessionDuration(String sessionDuration)
The length of time that the application user sessions are valid in the ISO-8601 standard.
- Parameters:
sessionDuration
- The length of time that the application user sessions are valid in the ISO-8601 standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreatePermissionSetRequest.Builder tags(Collection<Tag> tags)
The tags to attach to the new PermissionSet.
- Parameters:
tags
- The tags to attach to the new PermissionSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreatePermissionSetRequest.Builder tags(Tag... tags)
The tags to attach to the new PermissionSet.
- Parameters:
tags
- The tags to attach to the new PermissionSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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 viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#tags(List
.) - Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection
)
-
overrideConfiguration
CreatePermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-