Interface DetachDataSourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DetachDataSourceResponse.Builder,,DetachDataSourceResponse> OpenSearchResponse.Builder,SdkBuilder<DetachDataSourceResponse.Builder,,DetachDataSourceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DetachDataSourceResponse
@Mutable
@NotThreadSafe
public static interface DetachDataSourceResponse.Builder
extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DetachDataSourceResponse.Builder,DetachDataSourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Arn property for this object.dataSourceArn(String dataSourceArn) Sets the value of the DataSourceArn property for this object.The unique identifier of the OpenSearch application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The unique identifier of the OpenSearch application.
- Parameters:
id- The unique identifier of the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Sets the value of the Arn property for this object.- Parameters:
arn- The new value for the Arn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceArn
Sets the value of the DataSourceArn property for this object.- Parameters:
dataSourceArn- The new value for the DataSourceArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-