Interface DeleteDataSourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<DeleteDataSourceResponse.Builder,DeleteDataSourceResponse>,SdkBuilder<DeleteDataSourceResponse.Builder,DeleteDataSourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteDataSourceResponse
public static interface DeleteDataSourceResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<DeleteDataSourceResponse.Builder,DeleteDataSourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDataSourceResponse.BuilderdataSourceId(String dataSourceId)Sets the value of the DataSourceId property for this object.DeleteDataSourceResponse.BuilderknowledgeBaseId(String knowledgeBaseId)Sets the value of the KnowledgeBaseId property for this object.DeleteDataSourceResponse.Builderstatus(String status)Sets the value of the Status property for this object.DeleteDataSourceResponse.Builderstatus(DataSourceStatus status)Sets the value of the Status property for this object.-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
knowledgeBaseId
DeleteDataSourceResponse.Builder knowledgeBaseId(String knowledgeBaseId)
Sets the value of the KnowledgeBaseId property for this object.- Parameters:
knowledgeBaseId- The new value for the KnowledgeBaseId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
DeleteDataSourceResponse.Builder dataSourceId(String dataSourceId)
Sets the value of the DataSourceId property for this object.- Parameters:
dataSourceId- The new value for the DataSourceId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DeleteDataSourceResponse.Builder status(String status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceStatus,DataSourceStatus
-
status
DeleteDataSourceResponse.Builder status(DataSourceStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceStatus,DataSourceStatus
-
-