Interface DescribeStoreImageTasksRequest.Builder

    • Method Detail

      • imageIds

        DescribeStoreImageTasksRequest.Builder imageIds​(Collection<String> imageIds)

        The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.

        Parameters:
        imageIds - The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageIds

        DescribeStoreImageTasksRequest.Builder imageIds​(String... imageIds)

        The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.

        Parameters:
        imageIds - The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        DescribeStoreImageTasksRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeStoreImageTasksRequest.Builder filters​(Collection<Filter> filters)

        The filters.

        • task-state - Returns tasks in a certain state (InProgress | Completed | Failed)

        • bucket - Returns task information for tasks that targeted a specific bucket. For the filter value, specify the bucket name.

        When you specify the ImageIds parameter, any filters that you specify are ignored. To use the filters, you must remove the ImageIds parameter.

        Parameters:
        filters - The filters.

        • task-state - Returns tasks in a certain state (InProgress | Completed | Failed)

        • bucket - Returns task information for tasks that targeted a specific bucket. For the filter value, specify the bucket name.

        When you specify the ImageIds parameter, any filters that you specify are ignored. To use the filters, you must remove the ImageIds parameter.

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

        DescribeStoreImageTasksRequest.Builder filters​(Filter... filters)

        The filters.

        • task-state - Returns tasks in a certain state (InProgress | Completed | Failed)

        • bucket - Returns task information for tasks that targeted a specific bucket. For the filter value, specify the bucket name.

        When you specify the ImageIds parameter, any filters that you specify are ignored. To use the filters, you must remove the ImageIds parameter.

        Parameters:
        filters - The filters.

        • task-state - Returns tasks in a certain state (InProgress | Completed | Failed)

        • bucket - Returns task information for tasks that targeted a specific bucket. For the filter value, specify the bucket name.

        When you specify the ImageIds parameter, any filters that you specify are ignored. To use the filters, you must remove the ImageIds parameter.

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

        DescribeStoreImageTasksRequest.Builder filters​(Consumer<Filter.Builder>... filters)

        The filters.

        • task-state - Returns tasks in a certain state (InProgress | Completed | Failed)

        • bucket - Returns task information for tasks that targeted a specific bucket. For the filter value, specify the bucket name.

        When you specify the ImageIds parameter, any filters that you specify are ignored. To use the filters, you must remove the ImageIds parameter.

        This is a convenience method that creates an instance of the Filter.Builder avoiding the need to create one manually via Filter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #filters(List).

        Parameters:
        filters - a consumer that will call methods on Filter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #filters(java.util.Collection)
      • nextToken

        DescribeStoreImageTasksRequest.Builder nextToken​(String nextToken)

        The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

        Parameters:
        nextToken - The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeStoreImageTasksRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

        You cannot specify this parameter and the ImageIds parameter in the same call.

        Parameters:
        maxResults - The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

        You cannot specify this parameter and the ImageIds parameter in the same call.

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