Interface GetGroupResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetGroupResponse.Builder,,- GetGroupResponse> - QBusinessResponse.Builder,- SdkBuilder<GetGroupResponse.Builder,,- GetGroupResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetGroupResponse
@Mutable
@NotThreadSafe
public static interface GetGroupResponse.Builder
extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<GetGroupResponse.Builder,GetGroupResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault GetGroupResponse.Builderstatus(Consumer<GroupStatusDetail.Builder> status) The current status of the group.status(GroupStatusDetail status) The current status of the group.statusHistory(Collection<GroupStatusDetail> statusHistory) The status history of the group.statusHistory(Consumer<GroupStatusDetail.Builder>... statusHistory) The status history of the group.statusHistory(GroupStatusDetail... statusHistory) The status history of the group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
statusThe current status of the group. - Parameters:
- status- The current status of the group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of the group. This is a convenience method that creates an instance of theGroupStatusDetail.Builderavoiding the need to create one manually viaGroupStatusDetail.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(GroupStatusDetail).- Parameters:
- status- a consumer that will call methods on- GroupStatusDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusHistoryThe status history of the group. - Parameters:
- statusHistory- The status history of the group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusHistoryThe status history of the group. - Parameters:
- statusHistory- The status history of the group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusHistoryThe status history of the group. This is a convenience method that creates an instance of theGroupStatusDetail.Builderavoiding the need to create one manually viaGroupStatusDetail.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatusHistory(List<GroupStatusDetail>).- Parameters:
- statusHistory- a consumer that will call methods on- GroupStatusDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-