Interface ListApplicationRevisionsRequest.Builder

    • Method Detail

      • applicationName

        ListApplicationRevisionsRequest.Builder applicationName​(String applicationName)

        The name of an CodeDeploy application associated with the user or Amazon Web Services account.

        Parameters:
        applicationName - The name of an CodeDeploy application associated with the user or Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortBy

        ListApplicationRevisionsRequest.Builder sortBy​(String sortBy)

        The column name to use to sort the list results:

        • registerTime: Sort by the time the revisions were registered with CodeDeploy.

        • firstUsedTime: Sort by the time the revisions were first used in a deployment.

        • lastUsedTime: Sort by the time the revisions were last used in a deployment.

        If not specified or set to null, the results are returned in an arbitrary order.

        Parameters:
        sortBy - The column name to use to sort the list results:

        • registerTime: Sort by the time the revisions were registered with CodeDeploy.

        • firstUsedTime: Sort by the time the revisions were first used in a deployment.

        • lastUsedTime: Sort by the time the revisions were last used in a deployment.

        If not specified or set to null, the results are returned in an arbitrary order.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationRevisionSortBy, ApplicationRevisionSortBy
      • sortBy

        ListApplicationRevisionsRequest.Builder sortBy​(ApplicationRevisionSortBy sortBy)

        The column name to use to sort the list results:

        • registerTime: Sort by the time the revisions were registered with CodeDeploy.

        • firstUsedTime: Sort by the time the revisions were first used in a deployment.

        • lastUsedTime: Sort by the time the revisions were last used in a deployment.

        If not specified or set to null, the results are returned in an arbitrary order.

        Parameters:
        sortBy - The column name to use to sort the list results:

        • registerTime: Sort by the time the revisions were registered with CodeDeploy.

        • firstUsedTime: Sort by the time the revisions were first used in a deployment.

        • lastUsedTime: Sort by the time the revisions were last used in a deployment.

        If not specified or set to null, the results are returned in an arbitrary order.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationRevisionSortBy, ApplicationRevisionSortBy
      • sortOrder

        ListApplicationRevisionsRequest.Builder sortOrder​(String sortOrder)

        The order in which to sort the list results:

        • ascending: ascending order.

        • descending: descending order.

        If not specified, the results are sorted in ascending order.

        If set to null, the results are sorted in an arbitrary order.

        Parameters:
        sortOrder - The order in which to sort the list results:

        • ascending: ascending order.

        • descending: descending order.

        If not specified, the results are sorted in ascending order.

        If set to null, the results are sorted in an arbitrary order.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListApplicationRevisionsRequest.Builder sortOrder​(SortOrder sortOrder)

        The order in which to sort the list results:

        • ascending: ascending order.

        • descending: descending order.

        If not specified, the results are sorted in ascending order.

        If set to null, the results are sorted in an arbitrary order.

        Parameters:
        sortOrder - The order in which to sort the list results:

        • ascending: ascending order.

        • descending: descending order.

        If not specified, the results are sorted in ascending order.

        If set to null, the results are sorted in an arbitrary order.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • s3Bucket

        ListApplicationRevisionsRequest.Builder s3Bucket​(String s3Bucket)

        An Amazon S3 bucket name to limit the search for revisions.

        If set to null, all of the user's buckets are searched.

        Parameters:
        s3Bucket - An Amazon S3 bucket name to limit the search for revisions.

        If set to null, all of the user's buckets are searched.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3KeyPrefix

        ListApplicationRevisionsRequest.Builder s3KeyPrefix​(String s3KeyPrefix)

        A key prefix for the set of Amazon S3 objects to limit the search for revisions.

        Parameters:
        s3KeyPrefix - A key prefix for the set of Amazon S3 objects to limit the search for revisions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deployed

        ListApplicationRevisionsRequest.Builder deployed​(String deployed)

        Whether to list revisions based on whether the revision is the target revision of a deployment group:

        • include: List revisions that are target revisions of a deployment group.

        • exclude: Do not list revisions that are target revisions of a deployment group.

        • ignore: List all revisions.

        Parameters:
        deployed - Whether to list revisions based on whether the revision is the target revision of a deployment group:

        • include: List revisions that are target revisions of a deployment group.

        • exclude: Do not list revisions that are target revisions of a deployment group.

        • ignore: List all revisions.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ListStateFilterAction, ListStateFilterAction
      • deployed

        ListApplicationRevisionsRequest.Builder deployed​(ListStateFilterAction deployed)

        Whether to list revisions based on whether the revision is the target revision of a deployment group:

        • include: List revisions that are target revisions of a deployment group.

        • exclude: Do not list revisions that are target revisions of a deployment group.

        • ignore: List all revisions.

        Parameters:
        deployed - Whether to list revisions based on whether the revision is the target revision of a deployment group:

        • include: List revisions that are target revisions of a deployment group.

        • exclude: Do not list revisions that are target revisions of a deployment group.

        • ignore: List all revisions.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ListStateFilterAction, ListStateFilterAction
      • nextToken

        ListApplicationRevisionsRequest.Builder nextToken​(String nextToken)

        An identifier returned from the previous ListApplicationRevisions call. It can be used to return the next set of applications in the list.

        Parameters:
        nextToken - An identifier returned from the previous ListApplicationRevisions call. It can be used to return the next set of applications in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.