public static interface CreateAccountAssignmentRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<CreateAccountAssignmentRequest.Builder,CreateAccountAssignmentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAccountAssignmentRequest.Builder |
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
CreateAccountAssignmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAccountAssignmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAccountAssignmentRequest.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the permission set that the admin wants to grant the principal access to.
|
CreateAccountAssignmentRequest.Builder |
principalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group.
|
CreateAccountAssignmentRequest.Builder |
principalType(PrincipalType principalType)
The entity type for which the assignment will be created.
|
CreateAccountAssignmentRequest.Builder |
principalType(String principalType)
The entity type for which the assignment will be created.
|
CreateAccountAssignmentRequest.Builder |
targetId(String targetId)
TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).
|
CreateAccountAssignmentRequest.Builder |
targetType(String targetType)
The entity type for which the assignment will be created.
|
CreateAccountAssignmentRequest.Builder |
targetType(TargetType targetType)
The entity type for which the assignment will be created.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccountAssignmentRequest.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 AWS Service Namespaces in the AWS General Reference.
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 AWS Service Namespaces in the AWS General Reference.CreateAccountAssignmentRequest.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).CreateAccountAssignmentRequest.Builder targetType(String targetType)
The entity type for which the assignment will be created.
targetType - The entity type for which the assignment will be created.TargetType,
TargetTypeCreateAccountAssignmentRequest.Builder targetType(TargetType targetType)
The entity type for which the assignment will be created.
targetType - The entity type for which the assignment will be created.TargetType,
TargetTypeCreateAccountAssignmentRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set that the admin wants to grant the principal access to.
permissionSetArn - The ARN of the permission set that the admin wants to grant the principal access to.CreateAccountAssignmentRequest.Builder principalType(String principalType)
The entity type for which the assignment will be created.
principalType - The entity type for which the assignment will be created.PrincipalType,
PrincipalTypeCreateAccountAssignmentRequest.Builder principalType(PrincipalType principalType)
The entity type for which the assignment will be created.
principalType - The entity type for which the assignment will be created.PrincipalType,
PrincipalTypeCreateAccountAssignmentRequest.Builder principalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
principalId - An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs
(For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM
Identity Center, see the IAM
Identity Center Identity Store API Reference.CreateAccountAssignmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAccountAssignmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.