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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetContainerApiMetadataResponse.Buildermetadata(Collection<? extends Map<String,String>> metadata)Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.GetContainerApiMetadataResponse.Buildermetadata(Map<String,String>... metadata)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 Detail
-
metadata
GetContainerApiMetadataResponse.Builder metadata(Collection<? extends Map<String,String>> 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
GetContainerApiMetadataResponse.Builder metadata(Map<String,String>... 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.
-
-