Interface RuntimeMetadataConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RuntimeMetadataConfiguration.Builder,,RuntimeMetadataConfiguration> SdkBuilder<RuntimeMetadataConfiguration.Builder,,RuntimeMetadataConfiguration> SdkPojo
- Enclosing class:
RuntimeMetadataConfiguration
@Mutable
@NotThreadSafe
public static interface RuntimeMetadataConfiguration.Builder
extends SdkPojo, CopyableBuilder<RuntimeMetadataConfiguration.Builder,RuntimeMetadataConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionrequireMMDSV2(Boolean requireMMDSV2) Enables MMDSv2 (microVM Metadata Service Version 2) requirement for the agent runtime.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
-
requireMMDSV2
Enables MMDSv2 (microVM Metadata Service Version 2) requirement for the agent runtime. When set to
true, the runtime microVM will only accept MMDSv2 requests.- Parameters:
requireMMDSV2- Enables MMDSv2 (microVM Metadata Service Version 2) requirement for the agent runtime. When set totrue, the runtime microVM will only accept MMDSv2 requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-