public static interface ListCuratedEnvironmentImagesResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListCuratedEnvironmentImagesResponse.Builder,ListCuratedEnvironmentImagesResponse>
| Modifier and Type | Method and Description | 
|---|---|
ListCuratedEnvironmentImagesResponse.Builder | 
platforms(Collection<EnvironmentPlatform> platforms)
 Information about supported platforms for Docker images that are managed by AWS CodeBuild. 
 | 
ListCuratedEnvironmentImagesResponse.Builder | 
platforms(Consumer<EnvironmentPlatform.Builder>... platforms)
 Information about supported platforms for Docker images that are managed by AWS CodeBuild. 
 | 
ListCuratedEnvironmentImagesResponse.Builder | 
platforms(EnvironmentPlatform... platforms)
 Information about supported platforms for Docker images that are managed by AWS CodeBuild. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListCuratedEnvironmentImagesResponse.Builder platforms(Collection<EnvironmentPlatform> platforms)
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
platforms - Information about supported platforms for Docker images that are managed by AWS CodeBuild.ListCuratedEnvironmentImagesResponse.Builder platforms(EnvironmentPlatform... platforms)
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
platforms - Information about supported platforms for Docker images that are managed by AWS CodeBuild.ListCuratedEnvironmentImagesResponse.Builder platforms(Consumer<EnvironmentPlatform.Builder>... platforms)
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
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 #platforms(List) .platforms - a consumer that will call methods on List.Builder #platforms(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.