Interface DetachManagedPolicyFromPermissionSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DetachManagedPolicyFromPermissionSetRequest.Builder,,DetachManagedPolicyFromPermissionSetRequest> SdkBuilder<DetachManagedPolicyFromPermissionSetRequest.Builder,,DetachManagedPolicyFromPermissionSetRequest> SdkPojo,SdkRequest.Builder,SsoAdminRequest.Builder
- Enclosing class:
DetachManagedPolicyFromPermissionSetRequest
public static interface DetachManagedPolicyFromPermissionSetRequest.Builder
extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<DetachManagedPolicyFromPermissionSetRequest.Builder,DetachManagedPolicyFromPermissionSetRequest>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceArn(String instanceArn) The ARN of the IAM Identity Center instance under which the operation will be executed.managedPolicyArn(String managedPolicyArn) The Amazon Web Services managed policy ARN to be detached from a permission set.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 PermissionSet from which the policy should be detached.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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.
-
managedPolicyArn
The Amazon Web Services managed policy ARN to be detached from a permission set.
- Parameters:
managedPolicyArn- The Amazon Web Services managed policy ARN to be detached from a permission set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionSetArn
The ARN of the PermissionSet from which the policy should be detached.
- Parameters:
permissionSetArn- The ARN of the PermissionSet from which the policy should be detached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DetachManagedPolicyFromPermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DetachManagedPolicyFromPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-