| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Principal.Builder |
Principal.Builder.access(ReadAccessType access)
Whether to allow or deny access to the principal.
|
Principal.Builder |
Principal.Builder.access(String access)
Whether to allow or deny access to the principal.
|
static Principal.Builder |
Principal.builder() |
Principal.Builder |
Principal.Builder.name(String name)
The name of the user or group.
|
Principal.Builder |
Principal.toBuilder() |
Principal.Builder |
Principal.Builder.type(PrincipalType type)
The type of principal.
|
Principal.Builder |
Principal.Builder.type(String type)
The type of principal.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Principal.Builder> |
Principal.serializableBuilderClass() |
Copyright © 2020. All rights reserved.