public static interface DescribeInstallationMediaRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstallationMediaRequest.Builder,DescribeInstallationMediaRequest>
Modifier and Type | Method and Description |
---|---|
DescribeInstallationMediaRequest.Builder |
filters(Collection<Filter> filters)
A filter that specifies one or more installation media to describe.
|
DescribeInstallationMediaRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
A filter that specifies one or more installation media to describe.
|
DescribeInstallationMediaRequest.Builder |
filters(Filter... filters)
A filter that specifies one or more installation media to describe.
|
DescribeInstallationMediaRequest.Builder |
installationMediaId(String installationMediaId)
The installation medium ID.
|
DescribeInstallationMediaRequest.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
DescribeInstallationMediaRequest.Builder |
maxRecords(Integer maxRecords)
An optional pagination token provided by a previous DescribeInstallationMedia request.
|
DescribeInstallationMediaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeInstallationMediaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeInstallationMediaRequest.Builder installationMediaId(String installationMediaId)
The installation medium ID.
installationMediaId
- The installation medium ID.DescribeInstallationMediaRequest.Builder filters(Collection<Filter> filters)
A filter that specifies one or more installation media to describe. Supported filters include the following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The results
list includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the database
engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
filters
- A filter that specifies one or more installation media to describe. Supported filters include the
following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The
results list includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the
database engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
DescribeInstallationMediaRequest.Builder filters(Filter... filters)
A filter that specifies one or more installation media to describe. Supported filters include the following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The results
list includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the database
engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
filters
- A filter that specifies one or more installation media to describe. Supported filters include the
following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The
results list includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the
database engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
DescribeInstallationMediaRequest.Builder filters(Consumer<Filter.Builder>... filters)
A filter that specifies one or more installation media to describe. Supported filters include the following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The results
list includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the database
engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
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)
DescribeInstallationMediaRequest.Builder maxRecords(Integer maxRecords)
An optional pagination token provided by a previous DescribeInstallationMedia request. If this parameter is
specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
maxRecords
- An optional pagination token provided by a previous DescribeInstallationMedia request. If this
parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxRecords
.DescribeInstallationMediaRequest.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeInstallationMediaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeInstallationMediaRequest.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.