public static interface DeleteAccountAssignmentRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<DeleteAccountAssignmentRequest.Builder,DeleteAccountAssignmentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAccountAssignmentRequest.Builder |
instanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
DeleteAccountAssignmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAccountAssignmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAccountAssignmentRequest.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the permission set that will be used to remove access.
|
DeleteAccountAssignmentRequest.Builder |
principalId(String principalId)
An identifier for an object in Amazon Web Services SSO, such as a user or group.
|
DeleteAccountAssignmentRequest.Builder |
principalType(PrincipalType principalType)
The entity type for which the assignment will be deleted.
|
DeleteAccountAssignmentRequest.Builder |
principalType(String principalType)
The entity type for which the assignment will be deleted.
|
DeleteAccountAssignmentRequest.Builder |
targetId(String targetId)
TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example,
123456789012).
|
DeleteAccountAssignmentRequest.Builder |
targetType(String targetType)
The entity type for which the assignment will be deleted.
|
DeleteAccountAssignmentRequest.Builder |
targetType(TargetType targetType)
The entity type for which the assignment will be deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAccountAssignmentRequest.Builder instanceArn(String instanceArn)
The ARN of the SSO 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.
instanceArn - The ARN of the SSO 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.DeleteAccountAssignmentRequest.Builder targetId(String targetId)
TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).
targetId - TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example,
123456789012).DeleteAccountAssignmentRequest.Builder targetType(String targetType)
The entity type for which the assignment will be deleted.
targetType - The entity type for which the assignment will be deleted.TargetType,
TargetTypeDeleteAccountAssignmentRequest.Builder targetType(TargetType targetType)
The entity type for which the assignment will be deleted.
targetType - The entity type for which the assignment will be deleted.TargetType,
TargetTypeDeleteAccountAssignmentRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set that will be used to remove access.
permissionSetArn - The ARN of the permission set that will be used to remove access.DeleteAccountAssignmentRequest.Builder principalType(String principalType)
The entity type for which the assignment will be deleted.
principalType - The entity type for which the assignment will be deleted.PrincipalType,
PrincipalTypeDeleteAccountAssignmentRequest.Builder principalType(PrincipalType principalType)
The entity type for which the assignment will be deleted.
principalType - The entity type for which the assignment will be deleted.PrincipalType,
PrincipalTypeDeleteAccountAssignmentRequest.Builder principalId(String principalId)
An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the Amazon Web Services SSO Identity Store API Reference.
principalId - An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are
GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in
Amazon Web Services SSO, see the Amazon Web Services SSO Identity
Store API Reference.DeleteAccountAssignmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAccountAssignmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.