Interface DeleteInlinePolicyFromPermissionSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteInlinePolicyFromPermissionSetRequest.Builder,
,DeleteInlinePolicyFromPermissionSetRequest> SdkBuilder<DeleteInlinePolicyFromPermissionSetRequest.Builder,
,DeleteInlinePolicyFromPermissionSetRequest> SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
DeleteInlinePolicyFromPermissionSetRequest
public static interface DeleteInlinePolicyFromPermissionSetRequest.Builder
extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<DeleteInlinePolicyFromPermissionSetRequest.Builder,DeleteInlinePolicyFromPermissionSetRequest>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceArn
(String instanceArn) The ARN of the IAM Identity Center instance under which the operation will be executed.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.permissionSetArn
(String permissionSetArn) The ARN of the permission set that will be used to remove access.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 Details
-
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
The ARN of the permission set that will be used to remove access.
- Parameters:
permissionSetArn
- The ARN of the permission set that will be used to remove access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteInlinePolicyFromPermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteInlinePolicyFromPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-