Interface GroupStatusDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupStatusDetail.Builder,
,GroupStatusDetail> SdkBuilder<GroupStatusDetail.Builder,
,GroupStatusDetail> SdkPojo
- Enclosing class:
GroupStatusDetail
@Mutable
@NotThreadSafe
public static interface GroupStatusDetail.Builder
extends SdkPojo, CopyableBuilder<GroupStatusDetail.Builder,GroupStatusDetail>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GroupStatusDetail.Builder
errorDetail
(Consumer<ErrorDetail.Builder> errorDetail) The details of an error associated a group status.errorDetail
(ErrorDetail errorDetail) The details of an error associated a group status.lastUpdatedAt
(Instant lastUpdatedAt) The Unix timestamp when the Amazon Q Business application was last updated.The status of a group.status
(GroupStatus status) The status of a group.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, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The status of a group.
- Parameters:
status
- The status of a group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a group.
- Parameters:
status
- The status of a group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdatedAt
The Unix timestamp when the Amazon Q Business application was last updated.
- Parameters:
lastUpdatedAt
- The Unix timestamp when the Amazon Q Business application was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetail
The details of an error associated a group status.
- Parameters:
errorDetail
- The details of an error associated a group status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetail
The details of an error associated a group status.
This is a convenience method that creates an instance of theErrorDetail.Builder
avoiding the need to create one manually viaErrorDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrorDetail(ErrorDetail)
.- Parameters:
errorDetail
- a consumer that will call methods onErrorDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-