Interface ContainerProvider.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ContainerProvider.Builder,,- ContainerProvider> - SdkBuilder<ContainerProvider.Builder,,- ContainerProvider> - SdkPojo
- Enclosing class:
- ContainerProvider
public static interface ContainerProvider.Builder
extends SdkPojo, CopyableBuilder<ContainerProvider.Builder,ContainerProvider> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ID of the container cluster.default ContainerProvider.Builderinfo(Consumer<ContainerInfo.Builder> info) The information about the container cluster.info(ContainerInfo info) The information about the container cluster.The type of the container provider.type(ContainerProviderType type) The type of the container provider.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, sdkFields
- 
Method Details- 
typeThe type of the container provider. Amazon EKS is the only supported type as of now. - Parameters:
- type- The type of the container provider. Amazon EKS is the only supported type as of now.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe type of the container provider. Amazon EKS is the only supported type as of now. - Parameters:
- type- The type of the container provider. Amazon EKS is the only supported type as of now.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
idThe ID of the container cluster. - Parameters:
- id- The ID of the container cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
infoThe information about the container cluster. - Parameters:
- info- The information about the container cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
infoThe information about the container cluster. This is a convenience method that creates an instance of theContainerInfo.Builderavoiding the need to create one manually viaContainerInfo.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinfo(ContainerInfo).- Parameters:
- info- a consumer that will call methods on- ContainerInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-