Interface OutputResources.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<OutputResources.Builder,,- OutputResources> - SdkBuilder<OutputResources.Builder,,- OutputResources> - SdkPojo
- Enclosing class:
- OutputResources
@Mutable
@NotThreadSafe
public static interface OutputResources.Builder
extends SdkPojo, CopyableBuilder<OutputResources.Builder,OutputResources> 
- 
Method SummaryModifier and TypeMethodDescriptionamis(Collection<Ami> amis) The Amazon EC2 AMIs created by this image.amis(Consumer<Ami.Builder>... amis) The Amazon EC2 AMIs created by this image.The Amazon EC2 AMIs created by this image.containers(Collection<Container> containers) Container images that the pipeline has generated and stored in the output repository.containers(Consumer<Container.Builder>... containers) Container images that the pipeline has generated and stored in the output repository.containers(Container... containers) Container images that the pipeline has generated and stored in the output repository.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
amisThe Amazon EC2 AMIs created by this image. - Parameters:
- amis- The Amazon EC2 AMIs created by this image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
amisThe Amazon EC2 AMIs created by this image. - Parameters:
- amis- The Amazon EC2 AMIs created by this image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
amisThe Amazon EC2 AMIs created by this image. This is a convenience method that creates an instance of theAmi.Builderavoiding the need to create one manually viaAmi.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toamis(List<Ami>).- Parameters:
- amis- a consumer that will call methods on- Ami.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
containersContainer images that the pipeline has generated and stored in the output repository. - Parameters:
- containers- Container images that the pipeline has generated and stored in the output repository.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
containersContainer images that the pipeline has generated and stored in the output repository. - Parameters:
- containers- Container images that the pipeline has generated and stored in the output repository.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
containersContainer images that the pipeline has generated and stored in the output repository. This is a convenience method that creates an instance of theContainer.Builderavoiding the need to create one manually viaContainer.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontainers(List<Container>).- Parameters:
- containers- a consumer that will call methods on- Container.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-