| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static UserIdentity.Builder |
UserIdentity.builder() |
UserIdentity.Builder |
UserIdentity.Builder.principalId(String principalId)
A unique identifier for the requester that calls the API operation.
|
UserIdentity.Builder |
UserIdentity.toBuilder() |
UserIdentity.Builder |
UserIdentity.Builder.type(String type)
The identity type of the requester that calls the API operation.
|
UserIdentity.Builder |
UserIdentity.Builder.type(UserIdentityType type)
The identity type of the requester that calls the API operation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserIdentity.Builder> |
UserIdentity.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VpcConnectionInfo.Builder |
VpcConnectionInfo.Builder.userIdentity(Consumer<UserIdentity.Builder> userIdentity)
Description of the requester that calls the API operation.
|
Copyright © 2023. All rights reserved.