Interface MachineLearningEndpointParams.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<MachineLearningEndpointParams.Builder,,MachineLearningEndpointParams> SdkBuilder<MachineLearningEndpointParams.Builder,MachineLearningEndpointParams> 
- Enclosing class:
 MachineLearningEndpointParams
public static interface MachineLearningEndpointParams.Builder
extends CopyableBuilder<MachineLearningEndpointParams.Builder,MachineLearningEndpointParams> 
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()An immutable object that is created from the properties that have been set on the builder.useDualStack(Boolean useDualStack) Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation 
- 
Method Details
- 
region
 - 
useDualStack
 - 
useFips
 - 
endpoint
 - 
build
MachineLearningEndpointParams build()Description copied from interface:SdkBuilderAn immutable object that is created from the properties that have been set on the builder.- Specified by:
 buildin interfaceBuildable- Specified by:
 buildin interfaceSdkBuilder<MachineLearningEndpointParams.Builder,MachineLearningEndpointParams> - Returns:
 - an instance of T
 
 
 -