public static interface GetContainerServicesResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetContainerServicesResponse.Builder,GetContainerServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetContainerServicesResponse.Builder |
containerServices(Collection<ContainerService> containerServices)
An array of objects that describe one or more container services.
|
GetContainerServicesResponse.Builder |
containerServices(Consumer<ContainerService.Builder>... containerServices)
An array of objects that describe one or more container services.
|
GetContainerServicesResponse.Builder |
containerServices(ContainerService... containerServices)
An array of objects that describe one or more container services.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetContainerServicesResponse.Builder containerServices(Collection<ContainerService> containerServices)
An array of objects that describe one or more container services.
containerServices - An array of objects that describe one or more container services.GetContainerServicesResponse.Builder containerServices(ContainerService... containerServices)
An array of objects that describe one or more container services.
containerServices - An array of objects that describe one or more container services.GetContainerServicesResponse.Builder containerServices(Consumer<ContainerService.Builder>... containerServices)
An array of objects that describe one or more container services.
This is a convenience method that creates an instance of theContainerService.Builder avoiding the need to create
one manually via ContainerService.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #containerServices(List.
containerServices - a consumer that will call methods on
ContainerService.Builder#containerServices(java.util.Collection) Copyright © 2022. All rights reserved.