Interface DescribeMetadataModelChildrenRequest.Builder

  • Method Details

    • selectionRules

      DescribeMetadataModelChildrenRequest.Builder selectionRules(String selectionRules)

      The JSON string that specifies which metadata model's children to retrieve. Only one selection rule with "rule-action": "explicit" can be provided. For more information, see Selection Rules in the DMS User Guide.

      Parameters:
      selectionRules - The JSON string that specifies which metadata model's children to retrieve. Only one selection rule with "rule-action": "explicit" can be provided. For more information, see Selection Rules in the DMS User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • migrationProjectIdentifier

      DescribeMetadataModelChildrenRequest.Builder migrationProjectIdentifier(String migrationProjectIdentifier)

      The migration project name or Amazon Resource Name (ARN).

      Parameters:
      migrationProjectIdentifier - The migration project name or Amazon Resource Name (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • origin

      Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET

      Parameters:
      origin - Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • origin

      Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET

      Parameters:
      origin - Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • marker

      Specifies the unique pagination token that indicates where the next page should start. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

      Parameters:
      marker - Specifies the unique pagination token that indicates where the next page should start. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxRecords

      The maximum number of metadata model children to include in the response. If more items exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

      Parameters:
      maxRecords - The maximum number of metadata model children to include in the response. If more items exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
      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.