Interface ListArtifactsRequest.Builder

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

public static interface ListArtifactsRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<ListArtifactsRequest.Builder,ListArtifactsRequest>
  • Method Details

    • appId

      The unique ID for an Amplify app.

      Parameters:
      appId - The unique ID for an Amplify app.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • branchName

      ListArtifactsRequest.Builder branchName(String branchName)

      The name of a branch that is part of an Amplify app.

      Parameters:
      branchName - The name of a branch that is part of an Amplify app.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobId

      The unique ID for a job.

      Parameters:
      jobId - The unique ID for a job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListArtifactsRequest.Builder nextToken(String nextToken)

      A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts.

      Parameters:
      nextToken - A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListArtifactsRequest.Builder maxResults(Integer maxResults)

      The maximum number of records to list in a single response.

      Parameters:
      maxResults - The maximum number of records to list in a single response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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