public static interface DeletePermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<DeletePermissionSetRequest.Builder,DeletePermissionSetRequest>
| Modifier and Type | Method and Description |
|---|---|
DeletePermissionSetRequest.Builder |
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
DeletePermissionSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePermissionSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePermissionSetRequest.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the permission set that should be deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePermissionSetRequest.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.DeletePermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set that should be deleted.
permissionSetArn - The ARN of the permission set that should be deleted.DeletePermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeletePermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.