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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetachManagedPolicyFromPermissionSetRequest.Builder
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.DetachManagedPolicyFromPermissionSetRequest.Builder
managedPolicyArn(String managedPolicyArn)
The Amazon Web Services managed policy ARN to be detached from a permission set.DetachManagedPolicyFromPermissionSetRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DetachManagedPolicyFromPermissionSetRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DetachManagedPolicyFromPermissionSetRequest.Builder
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
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
-
instanceArn
DetachManagedPolicyFromPermissionSetRequest.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.
-
managedPolicyArn
DetachManagedPolicyFromPermissionSetRequest.Builder managedPolicyArn(String 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
DetachManagedPolicyFromPermissionSetRequest.Builder permissionSetArn(String 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DetachManagedPolicyFromPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-