public static interface StartExportTaskRequest.Builder extends ApplicationDiscoveryRequest.Builder, CopyableBuilder<StartExportTaskRequest.Builder,StartExportTaskRequest>
Modifier and Type | Method and Description |
---|---|
StartExportTaskRequest.Builder |
endTime(Instant endTime)
The end timestamp for exported data from the single Application Discovery Agent selected in the filters.
|
StartExportTaskRequest.Builder |
exportDataFormat(Collection<ExportDataFormat> exportDataFormat)
The file format for the returned export data.
|
StartExportTaskRequest.Builder |
exportDataFormat(ExportDataFormat... exportDataFormat)
The file format for the returned export data.
|
StartExportTaskRequest.Builder |
exportDataFormatWithStrings(Collection<String> exportDataFormat)
The file format for the returned export data.
|
StartExportTaskRequest.Builder |
exportDataFormatWithStrings(String... exportDataFormat)
The file format for the returned export data.
|
StartExportTaskRequest.Builder |
filters(Collection<ExportFilter> filters)
If a filter is present, it selects the single
agentId of the Application Discovery Agent for
which data is exported. |
StartExportTaskRequest.Builder |
filters(Consumer<ExportFilter.Builder>... filters)
If a filter is present, it selects the single
agentId of the Application Discovery Agent for
which data is exported. |
StartExportTaskRequest.Builder |
filters(ExportFilter... filters)
If a filter is present, it selects the single
agentId of the Application Discovery Agent for
which data is exported. |
StartExportTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartExportTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StartExportTaskRequest.Builder |
startTime(Instant startTime)
The start timestamp for exported data from the single Application Discovery Agent selected in the filters.
|
build
overrideConfiguration
copy
applyMutation, build
StartExportTaskRequest.Builder exportDataFormatWithStrings(Collection<String> exportDataFormat)
The file format for the returned export data. Default value is CSV
.
exportDataFormat
- The file format for the returned export data. Default value is CSV
.StartExportTaskRequest.Builder exportDataFormatWithStrings(String... exportDataFormat)
The file format for the returned export data. Default value is CSV
.
exportDataFormat
- The file format for the returned export data. Default value is CSV
.StartExportTaskRequest.Builder exportDataFormat(Collection<ExportDataFormat> exportDataFormat)
The file format for the returned export data. Default value is CSV
.
exportDataFormat
- The file format for the returned export data. Default value is CSV
.StartExportTaskRequest.Builder exportDataFormat(ExportDataFormat... exportDataFormat)
The file format for the returned export data. Default value is CSV
.
exportDataFormat
- The file format for the returned export data. Default value is CSV
.StartExportTaskRequest.Builder filters(Collection<ExportFilter> filters)
If a filter is present, it selects the single agentId
of the Application Discovery Agent for
which data is exported. The agentId
can be found in the results of the
DescribeAgents
API or CLI. If no filter is present, startTime
and
endTime
are ignored and exported data includes both Agentless Discovery Connector data and
summary data from Application Discovery agents.
filters
- If a filter is present, it selects the single agentId
of the Application Discovery Agent
for which data is exported. The agentId
can be found in the results of the
DescribeAgents
API or CLI. If no filter is present, startTime
and
endTime
are ignored and exported data includes both Agentless Discovery Connector data
and summary data from Application Discovery agents.StartExportTaskRequest.Builder filters(ExportFilter... filters)
If a filter is present, it selects the single agentId
of the Application Discovery Agent for
which data is exported. The agentId
can be found in the results of the
DescribeAgents
API or CLI. If no filter is present, startTime
and
endTime
are ignored and exported data includes both Agentless Discovery Connector data and
summary data from Application Discovery agents.
filters
- If a filter is present, it selects the single agentId
of the Application Discovery Agent
for which data is exported. The agentId
can be found in the results of the
DescribeAgents
API or CLI. If no filter is present, startTime
and
endTime
are ignored and exported data includes both Agentless Discovery Connector data
and summary data from Application Discovery agents.StartExportTaskRequest.Builder filters(Consumer<ExportFilter.Builder>... filters)
If a filter is present, it selects the single agentId
of the Application Discovery Agent for
which data is exported. The agentId
can be found in the results of the
DescribeAgents
API or CLI. If no filter is present, startTime
and
endTime
are ignored and exported data includes both Agentless Discovery Connector data and
summary data from Application Discovery agents.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
StartExportTaskRequest.Builder startTime(Instant startTime)
The start timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, data is exported starting from the first data collected by the agent.
startTime
- The start timestamp for exported data from the single Application Discovery Agent selected in the
filters. If no value is specified, data is exported starting from the first data collected by the
agent.StartExportTaskRequest.Builder endTime(Instant endTime)
The end timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, exported data includes the most recent data collected by the agent.
endTime
- The end timestamp for exported data from the single Application Discovery Agent selected in the
filters. If no value is specified, exported data includes the most recent data collected by the agent.StartExportTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartExportTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.