public static interface Identity.Builder extends SdkPojo, CopyableBuilder<Identity.Builder,Identity>
Modifier and Type | Method and Description |
---|---|
Identity.Builder |
principalId(String principalId)
A unique identifier for the entity that made the call.
|
Identity.Builder |
type(String type)
The type of the identity.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Identity.Builder principalId(String principalId)
A unique identifier for the entity that made the call. For Time To Live, the principalId is "dynamodb.amazonaws.com".
principalId
- A unique identifier for the entity that made the call. For Time To Live, the principalId is
"dynamodb.amazonaws.com".Identity.Builder type(String type)
The type of the identity. For Time To Live, the type is "Service".
type
- The type of the identity. For Time To Live, the type is "Service".Copyright © 2021. All rights reserved.