public static interface GetContainerApiMetadataResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetContainerApiMetadataResponse.Builder,GetContainerApiMetadataResponse>
Modifier and Type | Method and Description |
---|---|
GetContainerApiMetadataResponse.Builder |
metadata(Collection<? extends Map<String,String>> metadata)
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl)
plugin.
|
GetContainerApiMetadataResponse.Builder |
metadata(Map<String,String>... metadata)
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl)
plugin.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetContainerApiMetadataResponse.Builder metadata(Collection<? extends Map<String,String>> metadata)
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.
metadata
- Metadata about Lightsail containers, such as the current version of the Lightsail Control
(lightsailctl) plugin.GetContainerApiMetadataResponse.Builder metadata(Map<String,String>... metadata)
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.
metadata
- Metadata about Lightsail containers, such as the current version of the Lightsail Control
(lightsailctl) plugin.