Interface SageMakerMachineLearningModelResourceData.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SageMakerMachineLearningModelResourceData.Builder,,- SageMakerMachineLearningModelResourceData> - SdkBuilder<SageMakerMachineLearningModelResourceData.Builder,,- SageMakerMachineLearningModelResourceData> - SdkPojo
- Enclosing class:
- SageMakerMachineLearningModelResourceData
@Mutable
@NotThreadSafe
public static interface SageMakerMachineLearningModelResourceData.Builder
extends SdkPojo, CopyableBuilder<SageMakerMachineLearningModelResourceData.Builder,SageMakerMachineLearningModelResourceData> 
- 
Method SummaryModifier and TypeMethodDescriptiondestinationPath(String destinationPath) The absolute local path of the resource inside the Lambda environment.ownerSetting(Consumer<ResourceDownloadOwnerSetting.Builder> ownerSetting) Sets the value of the OwnerSetting property for this object.ownerSetting(ResourceDownloadOwnerSetting ownerSetting) Sets the value of the OwnerSetting property for this object.sageMakerJobArn(String sageMakerJobArn) The ARN of the Amazon SageMaker training job that represents the source model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
destinationPathThe 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.
 
- 
ownerSettingSageMakerMachineLearningModelResourceData.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.
 
- 
ownerSettingdefault 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 on- ResourceDownloadOwnerSetting.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sageMakerJobArnThe 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.
 
 
-