Interface EnvironmentLanguage.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EnvironmentLanguage.Builder,,- EnvironmentLanguage> - SdkBuilder<EnvironmentLanguage.Builder,,- EnvironmentLanguage> - SdkPojo
- Enclosing class:
- EnvironmentLanguage
@Mutable
@NotThreadSafe
public static interface EnvironmentLanguage.Builder
extends SdkPojo, CopyableBuilder<EnvironmentLanguage.Builder,EnvironmentLanguage> 
- 
Method SummaryModifier and TypeMethodDescriptionimages(Collection<EnvironmentImage> images) The list of Docker images that are related by the specified programming language.images(Consumer<EnvironmentImage.Builder>... images) The list of Docker images that are related by the specified programming language.images(EnvironmentImage... images) The list of Docker images that are related by the specified programming language.The programming language for the Docker images.language(LanguageType language) The programming language for the Docker images.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- 
languageThe programming language for the Docker images. - Parameters:
- language- The programming language for the Docker images.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
languageThe programming language for the Docker images. - Parameters:
- language- The programming language for the Docker images.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
imagesThe list of Docker images that are related by the specified programming language. - Parameters:
- images- The list of Docker images that are related by the specified programming language.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imagesThe list of Docker images that are related by the specified programming language. - Parameters:
- images- The list of Docker images that are related by the specified programming language.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imagesThe list of Docker images that are related by the specified programming language. This is a convenience method that creates an instance of theEnvironmentImage.Builderavoiding the need to create one manually viaEnvironmentImage.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimages(List<EnvironmentImage>).- Parameters:
- images- a consumer that will call methods on- EnvironmentImage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-