Interface UpdateDataSourceResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDataSourceResponse.Builder,,UpdateDataSourceResponse> MachineLearningResponse.Builder,SdkBuilder<UpdateDataSourceResponse.Builder,,UpdateDataSourceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateDataSourceResponse
public static interface UpdateDataSourceResponse.Builder
extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<UpdateDataSourceResponse.Builder,UpdateDataSourceResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondataSourceId(String dataSourceId) The ID assigned to theDataSourceduring creation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
dataSourceId
The ID assigned to the
DataSourceduring creation. This value should be identical to the value of theDataSourceIDin the request.- Parameters:
 dataSourceId- The ID assigned to theDataSourceduring creation. This value should be identical to the value of theDataSourceIDin the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -