public static interface CreateFolderResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateFolderResponse.Builder,CreateFolderResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateFolderResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the newly created folder.
|
CreateFolderResponse.Builder |
folderId(String folderId)
The folder ID for the newly created folder.
|
CreateFolderResponse.Builder |
requestId(String requestId)
The request ID for the newly created folder.
|
CreateFolderResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFolderResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.CreateFolderResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the newly created folder.
arn - The Amazon Resource Name (ARN) for the newly created folder.CreateFolderResponse.Builder folderId(String folderId)
The folder ID for the newly created folder.
folderId - The folder ID for the newly created folder.CreateFolderResponse.Builder requestId(String requestId)
The request ID for the newly created folder.
requestId - The request ID for the newly created folder.Copyright © 2023. All rights reserved.