public static interface DescribeInstallationMediaResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeInstallationMediaResponse.Builder,DescribeInstallationMediaResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstallationMediaResponse.Builder |
installationMedia(Collection<InstallationMedia> installationMedia)
The list of InstallationMedia objects for the AWS account.
|
DescribeInstallationMediaResponse.Builder |
installationMedia(Consumer<InstallationMedia.Builder>... installationMedia)
The list of InstallationMedia objects for the AWS account.
|
DescribeInstallationMediaResponse.Builder |
installationMedia(InstallationMedia... installationMedia)
The list of InstallationMedia objects for the AWS account.
|
DescribeInstallationMediaResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous DescribeInstallationMedia request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstallationMediaResponse.Builder marker(String marker)
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.
marker - 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.DescribeInstallationMediaResponse.Builder installationMedia(Collection<InstallationMedia> installationMedia)
The list of InstallationMedia objects for the AWS account.
installationMedia - The list of InstallationMedia objects for the AWS account.DescribeInstallationMediaResponse.Builder installationMedia(InstallationMedia... installationMedia)
The list of InstallationMedia objects for the AWS account.
installationMedia - The list of InstallationMedia objects for the AWS account.DescribeInstallationMediaResponse.Builder installationMedia(Consumer<InstallationMedia.Builder>... installationMedia)
The list of InstallationMedia objects for the AWS account.
This is a convenience that creates an instance of theList.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 #installationMedia(List) .installationMedia - a consumer that will call methods on List.Builder #installationMedia(List) Copyright © 2021. All rights reserved.