Interface ListDatasetsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CognitoSyncRequest.Builder, CopyableBuilder<ListDatasetsRequest.Builder,ListDatasetsRequest>, SdkBuilder<ListDatasetsRequest.Builder,ListDatasetsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListDatasetsRequest

public static interface ListDatasetsRequest.Builder extends CognitoSyncRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetsRequest.Builder,ListDatasetsRequest>
  • Method Details

    • identityPoolId

      ListDatasetsRequest.Builder identityPoolId(String identityPoolId)
      A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
      Parameters:
      identityPoolId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityId

      ListDatasetsRequest.Builder identityId(String identityId)
      A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
      Parameters:
      identityId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListDatasetsRequest.Builder nextToken(String nextToken)
      A pagination token for obtaining the next page of results.
      Parameters:
      nextToken - A pagination token for obtaining the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListDatasetsRequest.Builder maxResults(Integer maxResults)
      The maximum number of results to be returned.
      Parameters:
      maxResults - The maximum number of results to be returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListDatasetsRequest.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.