public static interface DescribeInstallationMediaRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstallationMediaRequest.Builder,DescribeInstallationMediaRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstallationMediaRequest.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)
overrideConfiguration in interface AwsRequest.BuilderDescribeInstallationMediaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.