Interface ProtectedQuerySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectedQuerySummary.Builder,
,ProtectedQuerySummary> SdkBuilder<ProtectedQuerySummary.Builder,
,ProtectedQuerySummary> SdkPojo
- Enclosing class:
ProtectedQuerySummary
public static interface ProtectedQuerySummary.Builder
extends SdkPojo, CopyableBuilder<ProtectedQuerySummary.Builder,ProtectedQuerySummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreateTime
(Instant createTime) The time the protected query was created.The unique ID of the protected query.membershipArn
(String membershipArn) The unique ARN for the membership that initiated the protected query.membershipId
(String membershipId) The unique ID for the membership that initiated the protected query.The status of the protected query.status
(ProtectedQueryStatus status) The status of the protected query.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
-
Method Details
-
id
The unique ID of the protected query.
- Parameters:
id
- The unique ID of the protected query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipId
The unique ID for the membership that initiated the protected query.
- Parameters:
membershipId
- The unique ID for the membership that initiated the protected query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipArn
The unique ARN for the membership that initiated the protected query.
- Parameters:
membershipArn
- The unique ARN for the membership that initiated the protected query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
The time the protected query was created.
- Parameters:
createTime
- The time the protected query was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.
- Parameters:
status
- The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.
- Parameters:
status
- The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-