public static interface GetContainerServicePowersResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetContainerServicePowersResponse.Builder,GetContainerServicePowersResponse>
| Modifier and Type | Method and Description |
|---|---|
GetContainerServicePowersResponse.Builder |
powers(Collection<ContainerServicePower> powers)
An array of objects that describe the powers that can be specified for a container service.
|
GetContainerServicePowersResponse.Builder |
powers(Consumer<ContainerServicePower.Builder>... powers)
An array of objects that describe the powers that can be specified for a container service.
|
GetContainerServicePowersResponse.Builder |
powers(ContainerServicePower... powers)
An array of objects that describe the powers that can be specified for a container service.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetContainerServicePowersResponse.Builder powers(Collection<ContainerServicePower> powers)
An array of objects that describe the powers that can be specified for a container service.
powers - An array of objects that describe the powers that can be specified for a container service.GetContainerServicePowersResponse.Builder powers(ContainerServicePower... powers)
An array of objects that describe the powers that can be specified for a container service.
powers - An array of objects that describe the powers that can be specified for a container service.GetContainerServicePowersResponse.Builder powers(Consumer<ContainerServicePower.Builder>... powers)
An array of objects that describe the powers that can be specified for a container service.
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 #powers(List) .powers - a consumer that will call methods on List.Builder #powers(List) Copyright © 2021. All rights reserved.