public static interface AllowedPrincipal.Builder extends SdkPojo, CopyableBuilder<AllowedPrincipal.Builder,AllowedPrincipal>
Modifier and Type | Method and Description |
---|---|
AllowedPrincipal.Builder |
principal(String principal)
The Amazon Resource Name (ARN) of the principal.
|
AllowedPrincipal.Builder |
principalType(PrincipalType principalType)
The type of principal.
|
AllowedPrincipal.Builder |
principalType(String principalType)
The type of principal.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AllowedPrincipal.Builder principalType(String principalType)
The type of principal.
principalType
- The type of principal.PrincipalType
,
PrincipalType
AllowedPrincipal.Builder principalType(PrincipalType principalType)
The type of principal.
principalType
- The type of principal.PrincipalType
,
PrincipalType
AllowedPrincipal.Builder principal(String principal)
The Amazon Resource Name (ARN) of the principal.
principal
- The Amazon Resource Name (ARN) of the principal.Copyright © 2022. All rights reserved.