Interface DescribeFolderResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeFolderResponse.Builder,
,DescribeFolderResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeFolderResponse.Builder,
,DescribeFolderResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeFolderResponse
@Mutable
@NotThreadSafe
public static interface DescribeFolderResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeFolderResponse.Builder,DescribeFolderResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeFolderResponse.Builder
folder
(Consumer<Folder.Builder> folder) Information about the folder.Information about the folder.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folder
Information about the folder.
- Parameters:
folder
- Information about the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folder
Information about the folder.
This is a convenience method that creates an instance of theFolder.Builder
avoiding the need to create one manually viaFolder.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofolder(Folder)
.- Parameters:
folder
- a consumer that will call methods onFolder.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-