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.
|
copyapplyMutation, buildAllowedPrincipal.Builder principalType(String principalType)
The type of principal.
principalType - The type of principal.PrincipalType,
PrincipalTypeAllowedPrincipal.Builder principalType(PrincipalType principalType)
The type of principal.
principalType - The type of principal.PrincipalType,
PrincipalTypeAllowedPrincipal.Builder principal(String principal)
The Amazon Resource Name (ARN) of the principal.
principal - The Amazon Resource Name (ARN) of the principal.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.