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 Details

    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.