Interface CheckIngestedDocumentAclResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentRuntimeResponse.Builder,Buildable,CopyableBuilder<CheckIngestedDocumentAclResponse.Builder,,CheckIngestedDocumentAclResponse> SdkBuilder<CheckIngestedDocumentAclResponse.Builder,,CheckIngestedDocumentAclResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CheckIngestedDocumentAclResponse
@Mutable
@NotThreadSafe
public static interface CheckIngestedDocumentAclResponse.Builder
extends BedrockAgentRuntimeResponse.Builder, SdkPojo, CopyableBuilder<CheckIngestedDocumentAclResponse.Builder,CheckIngestedDocumentAclResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether the user has access to the document based on the ingested access control list (ACL).Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
hasAccess
Specifies whether the user has access to the document based on the ingested access control list (ACL). Returns
trueif the user is allowed access, andfalseotherwise.- Parameters:
hasAccess- Specifies whether the user has access to the document based on the ingested access control list (ACL). Returnstrueif the user is allowed access, andfalseotherwise.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-