Interface CodeEditorAppImageConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CodeEditorAppImageConfig.Builder,CodeEditorAppImageConfig>,SdkBuilder<CodeEditorAppImageConfig.Builder,CodeEditorAppImageConfig>,SdkPojo
- Enclosing class:
- CodeEditorAppImageConfig
public static interface CodeEditorAppImageConfig.Builder extends SdkPojo, CopyableBuilder<CodeEditorAppImageConfig.Builder,CodeEditorAppImageConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CodeEditorAppImageConfig.BuildercontainerConfig(Consumer<ContainerConfig.Builder> containerConfig)Sets the value of the ContainerConfig property for this object.CodeEditorAppImageConfig.BuildercontainerConfig(ContainerConfig containerConfig)Sets the value of the ContainerConfig property for this object.default CodeEditorAppImageConfig.BuilderfileSystemConfig(Consumer<FileSystemConfig.Builder> fileSystemConfig)Sets the value of the FileSystemConfig property for this object.CodeEditorAppImageConfig.BuilderfileSystemConfig(FileSystemConfig fileSystemConfig)Sets the value of the FileSystemConfig property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fileSystemConfig
CodeEditorAppImageConfig.Builder fileSystemConfig(FileSystemConfig fileSystemConfig)
Sets the value of the FileSystemConfig property for this object.- Parameters:
fileSystemConfig- The new value for the FileSystemConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemConfig
default CodeEditorAppImageConfig.Builder fileSystemConfig(Consumer<FileSystemConfig.Builder> fileSystemConfig)
Sets the value of the FileSystemConfig property for this object. This is a convenience method that creates an instance of theFileSystemConfig.Builderavoiding the need to create one manually viaFileSystemConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofileSystemConfig(FileSystemConfig).- Parameters:
fileSystemConfig- a consumer that will call methods onFileSystemConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fileSystemConfig(FileSystemConfig)
-
containerConfig
CodeEditorAppImageConfig.Builder containerConfig(ContainerConfig containerConfig)
Sets the value of the ContainerConfig property for this object.- Parameters:
containerConfig- The new value for the ContainerConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerConfig
default CodeEditorAppImageConfig.Builder containerConfig(Consumer<ContainerConfig.Builder> containerConfig)
Sets the value of the ContainerConfig property for this object. This is a convenience method that creates an instance of theContainerConfig.Builderavoiding the need to create one manually viaContainerConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontainerConfig(ContainerConfig).- Parameters:
containerConfig- a consumer that will call methods onContainerConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
containerConfig(ContainerConfig)
-
-