Interface AuthorizedPrincipal.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuthorizedPrincipal.Builder,
,AuthorizedPrincipal> SdkBuilder<AuthorizedPrincipal.Builder,
,AuthorizedPrincipal> SdkPojo
- Enclosing class:
AuthorizedPrincipal
public static interface AuthorizedPrincipal.Builder
extends SdkPojo, CopyableBuilder<AuthorizedPrincipal.Builder,AuthorizedPrincipal>
-
Method Summary
Modifier and TypeMethodDescriptionThe IAM principal that is allowed access to the domain.principalType
(String principalType) The type of principal.principalType
(PrincipalType principalType) The type of principal.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 Details
-
principalType
The type of principal.
- Parameters:
principalType
- The type of principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
principalType
The type of principal.
- Parameters:
principalType
- The type of principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
principal
The IAM principal that is allowed access to the domain.
- Parameters:
principal
- The IAM principal that is allowed access to the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-