Interface DescribeReplicationConfigurationsRequest.Builder

  • Method Details

    • fileSystemId

      You can retrieve the replication configuration for a specific file system by providing its file system ID. For cross-account,cross-region replication, an account can only describe the replication configuration for a file system in its own Region.

      Parameters:
      fileSystemId - You can retrieve the replication configuration for a specific file system by providing its file system ID. For cross-account,cross-region replication, an account can only describe the replication configuration for a file system in its own Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      NextToken is present if the response is paginated. You can use NextToken in a subsequent request to fetch the next page of output.

      Parameters:
      nextToken - NextToken is present if the response is paginated. You can use NextToken in a subsequent request to fetch the next page of output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      (Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter. The default value is 100.

      Parameters:
      maxResults - (Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter. The default value is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.