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 theAmi.Builder avoiding the need to create one
manually via Ami.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #amis(List.
amis - a consumer that will call methods on
Ami.Builder#amis(java.util.Collection) 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 theContainer.Builder avoiding the need to create one
manually via Container.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #containers(List.
containers - a consumer that will call methods on
Container.Builder#containers(java.util.Collection) Copyright © 2023. All rights reserved.