| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Folder |
Folder.clone() |
Folder |
DescribeFolderResult.getFolder()
Information about the folder.
|
Folder |
Folder.withArn(String arn)
The Amazon Resource Name (ARN) for the folder.
|
Folder |
Folder.withCreatedTime(Date createdTime)
The time that the folder was created.
|
Folder |
Folder.withFolderId(String folderId)
The ID of the folder.
|
Folder |
Folder.withFolderPath(Collection<String> folderPath)
An array of ancestor ARN strings for the folder.
|
Folder |
Folder.withFolderPath(String... folderPath)
An array of ancestor ARN strings for the folder.
|
Folder |
Folder.withFolderType(FolderType folderType)
The type of folder it is.
|
Folder |
Folder.withFolderType(String folderType)
The type of folder it is.
|
Folder |
Folder.withLastUpdatedTime(Date lastUpdatedTime)
The time that the folder was last updated.
|
Folder |
Folder.withName(String name)
A display name for the folder.
|
Folder |
Folder.withSharingModel(SharingModel sharingModel)
The sharing scope of the folder.
|
Folder |
Folder.withSharingModel(String sharingModel)
The sharing scope of the folder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFolderResult.setFolder(Folder folder)
Information about the folder.
|
DescribeFolderResult |
DescribeFolderResult.withFolder(Folder folder)
Information about the folder.
|
Copyright © 2023. All rights reserved.