Interface IamPrincipal.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IamPrincipal.Builder,,IamPrincipal> SdkBuilder<IamPrincipal.Builder,,IamPrincipal> SdkPojo
- Enclosing class:
IamPrincipal
@Mutable
@NotThreadSafe
public static interface IamPrincipal.Builder
extends SdkPojo, CopyableBuilder<IamPrincipal.Builder,IamPrincipal>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the IAM principal.The match operator.operator(PrincipalMatchOperator operator) The match operator.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the IAM principal. Supports user, role, and assumed-role ARNs. Wildcards can be used with the
StringLikeoperator.- Parameters:
arn- The Amazon Resource Name (ARN) of the IAM principal. Supports user, role, and assumed-role ARNs. Wildcards can be used with theStringLikeoperator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
The match operator.
StringEqualsrequires an exact match.StringLikesupports wildcard patterns using*and?.- Parameters:
operator- The match operator.StringEqualsrequires an exact match.StringLikesupports wildcard patterns using*and?.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The match operator.
StringEqualsrequires an exact match.StringLikesupports wildcard patterns using*and?.- Parameters:
operator- The match operator.StringEqualsrequires an exact match.StringLikesupports wildcard patterns using*and?.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-