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 AWS 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 AWS 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 AWS Service Namespaces in the AWS 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
AWS Service Namespaces in the AWS General Reference.DeleteAccountAssignmentRequest.Builder targetId(String targetId)
TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).
targetId - TargetID is an AWS 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 AWS SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO, see the AWS SSO Identity Store API Reference.
principalId - An identifier for an object in AWS SSO, such as a user or group. PrincipalIds are GUIDs (For example,
f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO, see the AWS 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 © 2020. All rights reserved.