Interface DescribeExportTasksResponse.Builder
- All Superinterfaces:
ApplicationDiscoveryResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeExportTasksResponse.Builder,
,DescribeExportTasksResponse> SdkBuilder<DescribeExportTasksResponse.Builder,
,DescribeExportTasksResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeExportTasksResponse
-
Method Summary
Modifier and TypeMethodDescriptionexportsInfo
(Collection<ExportInfo> exportsInfo) Contains one or more sets of export request details.exportsInfo
(Consumer<ExportInfo.Builder>... exportsInfo) Contains one or more sets of export request details.exportsInfo
(ExportInfo... exportsInfo) Contains one or more sets of export request details.ThenextToken
value to include in a futureDescribeExportTasks
request.Methods inherited from interface software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
exportsInfo
Contains one or more sets of export request details. When the status of a request is
SUCCEEDED
, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.- Parameters:
exportsInfo
- Contains one or more sets of export request details. When the status of a request isSUCCEEDED
, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportsInfo
Contains one or more sets of export request details. When the status of a request is
SUCCEEDED
, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.- Parameters:
exportsInfo
- Contains one or more sets of export request details. When the status of a request isSUCCEEDED
, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportsInfo
Contains one or more sets of export request details. When the status of a request is
This is a convenience method that creates an instance of theSUCCEEDED
, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.ExportInfo.Builder
avoiding the need to create one manually viaExportInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexportsInfo(List<ExportInfo>)
.- Parameters:
exportsInfo
- a consumer that will call methods onExportInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The
nextToken
value to include in a futureDescribeExportTasks
request. When the results of aDescribeExportTasks
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureDescribeExportTasks
request. When the results of aDescribeExportTasks
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-