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 CodeBuild.
|
ListCuratedEnvironmentImagesResponse.Builder |
platforms(Consumer<EnvironmentPlatform.Builder>... platforms)
Information about supported platforms for Docker images that are managed by CodeBuild.
|
ListCuratedEnvironmentImagesResponse.Builder |
platforms(EnvironmentPlatform... platforms)
Information about supported platforms for Docker images that are managed by CodeBuild.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCuratedEnvironmentImagesResponse.Builder platforms(Collection<EnvironmentPlatform> platforms)
Information about supported platforms for Docker images that are managed by CodeBuild.
platforms - Information about supported platforms for Docker images that are managed by CodeBuild.ListCuratedEnvironmentImagesResponse.Builder platforms(EnvironmentPlatform... platforms)
Information about supported platforms for Docker images that are managed by CodeBuild.
platforms - Information about supported platforms for Docker images that are managed by CodeBuild.ListCuratedEnvironmentImagesResponse.Builder platforms(Consumer<EnvironmentPlatform.Builder>... platforms)
Information about supported platforms for Docker images that are managed by CodeBuild.
This is a convenience method that creates an instance of theEnvironmentPlatform.Builder avoiding the need to
create one manually via EnvironmentPlatform.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #platforms(List.
platforms - a consumer that will call methods on
EnvironmentPlatform.Builder#platforms(java.util.Collection) Copyright © 2023. All rights reserved.