Interface CreateAccountAssignmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateAccountAssignmentRequest.Builder,CreateAccountAssignmentRequest>
,SdkBuilder<CreateAccountAssignmentRequest.Builder,CreateAccountAssignmentRequest>
,SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
- CreateAccountAssignmentRequest
public static interface CreateAccountAssignmentRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<CreateAccountAssignmentRequest.Builder,CreateAccountAssignmentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAccountAssignmentRequest.Builder
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.CreateAccountAssignmentRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CreateAccountAssignmentRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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(String principalType)
The entity type for which the assignment will be created.CreateAccountAssignmentRequest.Builder
principalType(PrincipalType principalType)
The entity type for which the assignment will be created.CreateAccountAssignmentRequest.Builder
targetId(String targetId)
TargetID is an Amazon Web Services account identifier, (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.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminRequest.Builder
build
-
-
-
-
Method Detail
-
instanceArn
CreateAccountAssignmentRequest.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.
-
permissionSetArn
CreateAccountAssignmentRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set that the admin wants to grant the principal access to.
- Parameters:
permissionSetArn
- The ARN of the permission set that the admin wants to grant the principal access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
CreateAccountAssignmentRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalType
CreateAccountAssignmentRequest.Builder principalType(String principalType)
The entity type for which the assignment will be created.
- Parameters:
principalType
- The entity type for which the assignment will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrincipalType
,PrincipalType
-
principalType
CreateAccountAssignmentRequest.Builder principalType(PrincipalType principalType)
The entity type for which the assignment will be created.
- Parameters:
principalType
- The entity type for which the assignment will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrincipalType
,PrincipalType
-
targetId
CreateAccountAssignmentRequest.Builder targetId(String targetId)
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
- Parameters:
targetId
- TargetID is an Amazon Web Services account identifier, (For example, 123456789012).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetType
CreateAccountAssignmentRequest.Builder targetType(String targetType)
The entity type for which the assignment will be created.
- Parameters:
targetType
- The entity type for which the assignment will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetType
,TargetType
-
targetType
CreateAccountAssignmentRequest.Builder targetType(TargetType targetType)
The entity type for which the assignment will be created.
- Parameters:
targetType
- The entity type for which the assignment will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetType
,TargetType
-
overrideConfiguration
CreateAccountAssignmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAccountAssignmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-