Interface RuntimeEnvironment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RuntimeEnvironment.Builder,,RuntimeEnvironment> SdkBuilder<RuntimeEnvironment.Builder,,RuntimeEnvironment> SdkPojo
- Enclosing class:
RuntimeEnvironment
@Mutable
@NotThreadSafe
public static interface RuntimeEnvironment.Builder
extends SdkPojo, CopyableBuilder<RuntimeEnvironment.Builder,RuntimeEnvironment>
-
Method Summary
Modifier and TypeMethodDescriptionThe operating system and other drivers.type(RuntimeEnvironmentType type) The operating system and other drivers.Versioned container environment for the application operating system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The operating system and other drivers. For Proton, this also includes the Proton compatibility layer.
- Parameters:
type- The operating system and other drivers. For Proton, this also includes the Proton compatibility layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The operating system and other drivers. For Proton, this also includes the Proton compatibility layer.
- Parameters:
type- The operating system and other drivers. For Proton, this also includes the Proton compatibility layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
Versioned container environment for the application operating system.
- Parameters:
version- Versioned container environment for the application operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-