Interface GetGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetGroupResponse.Builder,GetGroupResponse>,QBusinessResponse.Builder,SdkBuilder<GetGroupResponse.Builder,GetGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetGroupResponse
public static interface GetGroupResponse.Builder extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<GetGroupResponse.Builder,GetGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetGroupResponse.Builderstatus(Consumer<GroupStatusDetail.Builder> status)The current status of the group.GetGroupResponse.Builderstatus(GroupStatusDetail status)The current status of the group.GetGroupResponse.BuilderstatusHistory(Collection<GroupStatusDetail> statusHistory)The status history of the group.GetGroupResponse.BuilderstatusHistory(Consumer<GroupStatusDetail.Builder>... statusHistory)The status history of the group.GetGroupResponse.BuilderstatusHistory(GroupStatusDetail... statusHistory)The status history of the group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
GetGroupResponse.Builder status(GroupStatusDetail status)
The 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.
-
status
default GetGroupResponse.Builder status(Consumer<GroupStatusDetail.Builder> status)
The 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 onGroupStatusDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
status(GroupStatusDetail)
-
statusHistory
GetGroupResponse.Builder statusHistory(Collection<GroupStatusDetail> statusHistory)
The 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.
-
statusHistory
GetGroupResponse.Builder statusHistory(GroupStatusDetail... statusHistory)
The 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.
-
statusHistory
GetGroupResponse.Builder statusHistory(Consumer<GroupStatusDetail.Builder>... statusHistory)
The 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 to#statusHistory(List.) - Parameters:
statusHistory- a consumer that will call methods onGroupStatusDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#statusHistory(java.util.Collection)
-
-