Interface GetFolderRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetFolderRequest.Builder,GetFolderRequest>
,SdkBuilder<GetFolderRequest.Builder,GetFolderRequest>
,SdkPojo
,SdkRequest.Builder
,WorkDocsRequest.Builder
- Enclosing class:
- GetFolderRequest
public static interface GetFolderRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<GetFolderRequest.Builder,GetFolderRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFolderRequest.Builder
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.GetFolderRequest.Builder
folderId(String folderId)
The ID of the folder.GetFolderRequest.Builder
includeCustomMetadata(Boolean includeCustomMetadata)
Set to TRUE to include custom metadata in the response.GetFolderRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetFolderRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workdocs.model.WorkDocsRequest.Builder
build
-
-
-
-
Method Detail
-
authenticationToken
GetFolderRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
- Parameters:
authenticationToken
- Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folderId
GetFolderRequest.Builder folderId(String folderId)
The ID of the folder.
- Parameters:
folderId
- The ID of the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeCustomMetadata
GetFolderRequest.Builder includeCustomMetadata(Boolean includeCustomMetadata)
Set to TRUE to include custom metadata in the response.
- Parameters:
includeCustomMetadata
- Set to TRUE to include custom metadata in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFolderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetFolderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-