public static interface UpdateProtectedQueryRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<UpdateProtectedQueryRequest.Builder,UpdateProtectedQueryRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProtectedQueryRequest.Builder |
membershipIdentifier(String membershipIdentifier)
The identifier for a member of a protected query instance.
|
UpdateProtectedQueryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProtectedQueryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProtectedQueryRequest.Builder |
protectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.
|
UpdateProtectedQueryRequest.Builder |
targetStatus(String targetStatus)
The target status of a query.
|
UpdateProtectedQueryRequest.Builder |
targetStatus(TargetProtectedQueryStatus targetStatus)
The target status of a query.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProtectedQueryRequest.Builder membershipIdentifier(String membershipIdentifier)
The identifier for a member of a protected query instance.
membershipIdentifier - The identifier for a member of a protected query instance.UpdateProtectedQueryRequest.Builder protectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.
protectedQueryIdentifier - The identifier for a protected query instance.UpdateProtectedQueryRequest.Builder targetStatus(String targetStatus)
The target status of a query. Used to update the execution status of a currently running query.
targetStatus - The target status of a query. Used to update the execution status of a currently running query.TargetProtectedQueryStatus,
TargetProtectedQueryStatusUpdateProtectedQueryRequest.Builder targetStatus(TargetProtectedQueryStatus targetStatus)
The target status of a query. Used to update the execution status of a currently running query.
targetStatus - The target status of a query. Used to update the execution status of a currently running query.TargetProtectedQueryStatus,
TargetProtectedQueryStatusUpdateProtectedQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProtectedQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.