public static interface OutputResources.Builder extends SdkPojo, CopyableBuilder<OutputResources.Builder,OutputResources>
| Modifier and Type | Method and Description |
|---|---|
OutputResources.Builder |
amis(Ami... amis)
The Amazon EC2 AMIs created by this image.
|
OutputResources.Builder |
amis(Collection<Ami> amis)
The Amazon EC2 AMIs created by this image.
|
OutputResources.Builder |
amis(Consumer<Ami.Builder>... amis)
The Amazon EC2 AMIs created by this image.
|
OutputResources.Builder |
containers(Collection<Container> containers)
Container images that the pipeline has generated and stored in the output repository.
|
OutputResources.Builder |
containers(Consumer<Container.Builder>... containers)
Container images that the pipeline has generated and stored in the output repository.
|
OutputResources.Builder |
containers(Container... containers)
Container images that the pipeline has generated and stored in the output repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputResources.Builder amis(Collection<Ami> amis)
The Amazon EC2 AMIs created by this image.
amis - The Amazon EC2 AMIs created by this image.OutputResources.Builder amis(Ami... amis)
The Amazon EC2 AMIs created by this image.
amis - The Amazon EC2 AMIs created by this image.OutputResources.Builder amis(Consumer<Ami.Builder>... amis)
The Amazon EC2 AMIs created by this image.
This is a convenience method 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 #amis(List) .amis - a consumer that will call methods on List.Builder #amis(List) OutputResources.Builder containers(Collection<Container> containers)
Container images that the pipeline has generated and stored in the output repository.
containers - Container images that the pipeline has generated and stored in the output repository.OutputResources.Builder containers(Container... containers)
Container images that the pipeline has generated and stored in the output repository.
containers - Container images that the pipeline has generated and stored in the output repository.OutputResources.Builder containers(Consumer<Container.Builder>... containers)
Container images that the pipeline has generated and stored in the output repository.
This is a convenience method 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 #containers(List) .containers - a consumer that will call methods on List.Builder #containers(List) Copyright © 2022. All rights reserved.