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 SummaryModifier and TypeMethodDescriptiondefault GroupStatusDetail.BuildererrorDetail(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe 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:
 
- 
statusThe 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:
 
- 
lastUpdatedAtThe 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.
 
- 
errorDetailThe 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.
 
- 
errorDetailThe details of an error associated a group status. This is a convenience method that creates an instance of theErrorDetail.Builderavoiding the need to create one manually viaErrorDetail.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorDetail(ErrorDetail).- Parameters:
- errorDetail- a consumer that will call methods on- ErrorDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-