public static interface ListJobsRequest.Builder extends ImportExportRequest.Builder, CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
Modifier and Type | Method and Description |
---|---|
ListJobsRequest.Builder |
apiVersion(String apiVersion)
Sets the value of the APIVersion property for this object.
|
ListJobsRequest.Builder |
marker(String marker)
Sets the value of the Marker property for this object.
|
ListJobsRequest.Builder |
maxJobs(Integer maxJobs)
Sets the value of the MaxJobs property for this object.
|
ListJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListJobsRequest.Builder maxJobs(Integer maxJobs)
maxJobs
- The new value for the MaxJobs property for this object.ListJobsRequest.Builder marker(String marker)
marker
- The new value for the Marker property for this object.ListJobsRequest.Builder apiVersion(String apiVersion)
apiVersion
- The new value for the APIVersion property for this object.ListJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListJobsRequest.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.