public static interface AddedPrincipal.Builder extends SdkPojo, CopyableBuilder<AddedPrincipal.Builder,AddedPrincipal>
| Modifier and Type | Method and Description |
|---|---|
AddedPrincipal.Builder |
principal(String principal)
The Amazon Resource Name (ARN) of the principal.
|
AddedPrincipal.Builder |
principalType(PrincipalType principalType)
The type of principal.
|
AddedPrincipal.Builder |
principalType(String principalType)
The type of principal.
|
AddedPrincipal.Builder |
serviceId(String serviceId)
The ID of the service.
|
AddedPrincipal.Builder |
servicePermissionId(String servicePermissionId)
The ID of the service permission.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddedPrincipal.Builder principalType(String principalType)
The type of principal.
principalType - The type of principal.PrincipalType,
PrincipalTypeAddedPrincipal.Builder principalType(PrincipalType principalType)
The type of principal.
principalType - The type of principal.PrincipalType,
PrincipalTypeAddedPrincipal.Builder principal(String principal)
The Amazon Resource Name (ARN) of the principal.
principal - The Amazon Resource Name (ARN) of the principal.AddedPrincipal.Builder servicePermissionId(String servicePermissionId)
The ID of the service permission.
servicePermissionId - The ID of the service permission.AddedPrincipal.Builder serviceId(String serviceId)
The ID of the service.
serviceId - The ID of the service.Copyright © 2023. All rights reserved.