Interface DeleteKnowledgeBaseResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<DeleteKnowledgeBaseResponse.Builder,DeleteKnowledgeBaseResponse>,SdkBuilder<DeleteKnowledgeBaseResponse.Builder,DeleteKnowledgeBaseResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteKnowledgeBaseResponse
public static interface DeleteKnowledgeBaseResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<DeleteKnowledgeBaseResponse.Builder,DeleteKnowledgeBaseResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteKnowledgeBaseResponse.BuilderknowledgeBaseId(String knowledgeBaseId)Sets the value of the KnowledgeBaseId property for this object.DeleteKnowledgeBaseResponse.Builderstatus(String status)Sets the value of the Status property for this object.DeleteKnowledgeBaseResponse.Builderstatus(KnowledgeBaseStatus 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
DeleteKnowledgeBaseResponse.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.
-
status
DeleteKnowledgeBaseResponse.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:
KnowledgeBaseStatus,KnowledgeBaseStatus
-
status
DeleteKnowledgeBaseResponse.Builder status(KnowledgeBaseStatus 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:
KnowledgeBaseStatus,KnowledgeBaseStatus
-
-