Interface ApplicationAssignmentForPrincipal.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationAssignmentForPrincipal.Builder,ApplicationAssignmentForPrincipal>
,SdkBuilder<ApplicationAssignmentForPrincipal.Builder,ApplicationAssignmentForPrincipal>
,SdkPojo
- Enclosing class:
- ApplicationAssignmentForPrincipal
public static interface ApplicationAssignmentForPrincipal.Builder extends SdkPojo, CopyableBuilder<ApplicationAssignmentForPrincipal.Builder,ApplicationAssignmentForPrincipal>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationAssignmentForPrincipal.Builder
applicationArn(String applicationArn)
The ARN of the application to which the specified principal is assigned.ApplicationAssignmentForPrincipal.Builder
principalId(String principalId)
The unique identifier of the principal assigned to the application.ApplicationAssignmentForPrincipal.Builder
principalType(String principalType)
The type of the principal assigned to the application.ApplicationAssignmentForPrincipal.Builder
principalType(PrincipalType principalType)
The type of the principal assigned to the application.-
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
-
-
-
-
Method Detail
-
applicationArn
ApplicationAssignmentForPrincipal.Builder applicationArn(String applicationArn)
The ARN of the application to which the specified principal is assigned.
- Parameters:
applicationArn
- The ARN of the application to which the specified principal is assigned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
ApplicationAssignmentForPrincipal.Builder principalId(String principalId)
The unique identifier of the principal assigned to the application.
- Parameters:
principalId
- The unique identifier of the principal assigned to the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalType
ApplicationAssignmentForPrincipal.Builder principalType(String principalType)
The type of the principal assigned to the application.
- Parameters:
principalType
- The type of the principal assigned to the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrincipalType
,PrincipalType
-
principalType
ApplicationAssignmentForPrincipal.Builder principalType(PrincipalType principalType)
The type of the principal assigned to the application.
- Parameters:
principalType
- The type of the principal assigned to the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrincipalType
,PrincipalType
-
-