Interface InquiryDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InquiryDetail.Builder,,InquiryDetail> SdkBuilder<InquiryDetail.Builder,,InquiryDetail> SdkPojo
- Enclosing class:
InquiryDetail
@Mutable
@NotThreadSafe
public static interface InquiryDetail.Builder
extends SdkPojo, CopyableBuilder<InquiryDetail.Builder,InquiryDetail>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the compliance inquiry resource.Timestamp indicating when the resource was created.Unique resource ID for the compliance inquiry.inputSource(String inputSource) Type of inquiry content (text or file).inputSource(InputSource inputSource) Type of inquiry content (text or file).Title of the inquiry.Current processing status of the inquiry.status(InquiryStatus status) Current processing status of the inquiry.statusMessage(String statusMessage) Status message providing additional context.statusMessage(InquiryStatusMessage statusMessage) Status message providing additional context.supportMode(String supportMode) Support mode for this inquiry.supportMode(InquirySupportMode supportMode) Support mode for this inquiry.Timestamp indicating when the resource was last modified.Methods 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, sdkFields
-
Method Details
-
arn
ARN of the compliance inquiry resource.
- Parameters:
arn- ARN of the compliance inquiry resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Title of the inquiry.
- Parameters:
name- Title of the inquiry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
Unique resource ID for the compliance inquiry.
- Parameters:
id- Unique resource ID for the compliance inquiry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Current processing status of the inquiry.
- Parameters:
status- Current processing status of the inquiry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current processing status of the inquiry.
- Parameters:
status- Current processing status of the inquiry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
Status message providing additional context.
- Parameters:
statusMessage- Status message providing additional context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
Status message providing additional context.
- Parameters:
statusMessage- Status message providing additional context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inputSource
Type of inquiry content (text or file).
- Parameters:
inputSource- Type of inquiry content (text or file).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inputSource
Type of inquiry content (text or file).
- Parameters:
inputSource- Type of inquiry content (text or file).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
Timestamp indicating when the resource was created.
- Parameters:
createdAt- Timestamp indicating when the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp indicating when the resource was last modified.
- Parameters:
updatedAt- Timestamp indicating when the resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportMode
Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.
- Parameters:
supportMode- Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
supportMode
Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.
- Parameters:
supportMode- Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-