Interface SageMakerMachineLearningModelResourceData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SageMakerMachineLearningModelResourceData.Builder,SageMakerMachineLearningModelResourceData>,SdkBuilder<SageMakerMachineLearningModelResourceData.Builder,SageMakerMachineLearningModelResourceData>,SdkPojo
- Enclosing class:
- SageMakerMachineLearningModelResourceData
public static interface SageMakerMachineLearningModelResourceData.Builder extends SdkPojo, CopyableBuilder<SageMakerMachineLearningModelResourceData.Builder,SageMakerMachineLearningModelResourceData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SageMakerMachineLearningModelResourceData.BuilderdestinationPath(String destinationPath)The absolute local path of the resource inside the Lambda environment.default SageMakerMachineLearningModelResourceData.BuilderownerSetting(Consumer<ResourceDownloadOwnerSetting.Builder> ownerSetting)Sets the value of the OwnerSetting property for this object.SageMakerMachineLearningModelResourceData.BuilderownerSetting(ResourceDownloadOwnerSetting ownerSetting)Sets the value of the OwnerSetting property for this object.SageMakerMachineLearningModelResourceData.BuildersageMakerJobArn(String sageMakerJobArn)The ARN of the Amazon SageMaker training job that represents the source model.-
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
-
destinationPath
SageMakerMachineLearningModelResourceData.Builder destinationPath(String destinationPath)
The absolute local path of the resource inside the Lambda environment.- Parameters:
destinationPath- The absolute local path of the resource inside the Lambda environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerSetting
SageMakerMachineLearningModelResourceData.Builder ownerSetting(ResourceDownloadOwnerSetting ownerSetting)
Sets the value of the OwnerSetting property for this object.- Parameters:
ownerSetting- The new value for the OwnerSetting property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerSetting
default SageMakerMachineLearningModelResourceData.Builder ownerSetting(Consumer<ResourceDownloadOwnerSetting.Builder> ownerSetting)
Sets the value of the OwnerSetting property for this object. This is a convenience method that creates an instance of theResourceDownloadOwnerSetting.Builderavoiding the need to create one manually viaResourceDownloadOwnerSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toownerSetting(ResourceDownloadOwnerSetting).- Parameters:
ownerSetting- a consumer that will call methods onResourceDownloadOwnerSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ownerSetting(ResourceDownloadOwnerSetting)
-
sageMakerJobArn
SageMakerMachineLearningModelResourceData.Builder sageMakerJobArn(String sageMakerJobArn)
The ARN of the Amazon SageMaker training job that represents the source model.- Parameters:
sageMakerJobArn- The ARN of the Amazon SageMaker training job that represents the source model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-