Interface ImageConfigurationInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImageConfigurationInput.Builder,,ImageConfigurationInput> SdkBuilder<ImageConfigurationInput.Builder,,ImageConfigurationInput> SdkPojo
- Enclosing class:
ImageConfigurationInput
@Mutable
@NotThreadSafe
public static interface ImageConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<ImageConfigurationInput.Builder,ImageConfigurationInput>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationLevelDigestResolution(Boolean applicationLevelDigestResolution) Boolean value indicating if the digest resolution is application level or workload level.The URI of an image in the Amazon ECR registry.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
-
imageUri
The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
- Parameters:
imageUri- The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationLevelDigestResolution
ImageConfigurationInput.Builder applicationLevelDigestResolution(Boolean applicationLevelDigestResolution) Boolean value indicating if the digest resolution is application level or workload level. If true, a custom image URI is resolved at application start time and all workloads submitted will use that image digest. If false, the custom image URI is resolved at the workload submission time.
- Parameters:
applicationLevelDigestResolution- Boolean value indicating if the digest resolution is application level or workload level. If true, a custom image URI is resolved at application start time and all workloads submitted will use that image digest. If false, the custom image URI is resolved at the workload submission time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-