Interface ListCreatedArtifactsRequest.Builder

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

public static interface ListCreatedArtifactsRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<ListCreatedArtifactsRequest.Builder,ListCreatedArtifactsRequest>
  • Method Details

    • progressUpdateStream

      ListCreatedArtifactsRequest.Builder progressUpdateStream(String progressUpdateStream)

      The name of the ProgressUpdateStream.

      Parameters:
      progressUpdateStream - The name of the ProgressUpdateStream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • migrationTaskName

      ListCreatedArtifactsRequest.Builder migrationTaskName(String migrationTaskName)

      Unique identifier that references the migration task. Do not store personal data in this field.

      Parameters:
      migrationTaskName - Unique identifier that references the migration task. Do not store personal data in this field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.

      Parameters:
      nextToken - If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      Maximum number of results to be returned per page.

      Parameters:
      maxResults - Maximum number of results to be returned per page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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