Interface GetContainerApiMetadataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetContainerApiMetadataResponse.Builder,
,GetContainerApiMetadataResponse> LightsailResponse.Builder
,SdkBuilder<GetContainerApiMetadataResponse.Builder,
,GetContainerApiMetadataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetContainerApiMetadataResponse
public static interface GetContainerApiMetadataResponse.Builder
extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetContainerApiMetadataResponse.Builder,GetContainerApiMetadataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmetadata
(Collection<? extends Map<String, String>> metadata) Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
metadata
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.
- Parameters:
metadata
- Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.
- Parameters:
metadata
- Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-