Interface GetAssistantResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAssistantResponse.Builder,GetAssistantResponse>,QConnectResponse.Builder,SdkBuilder<GetAssistantResponse.Builder,GetAssistantResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAssistantResponse
public static interface GetAssistantResponse.Builder extends QConnectResponse.Builder, SdkPojo, CopyableBuilder<GetAssistantResponse.Builder,GetAssistantResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAssistantResponse.Builderassistant(Consumer<AssistantData.Builder> assistant)Information about the assistant.GetAssistantResponse.Builderassistant(AssistantData assistant)Information about the assistant.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qconnect.model.QConnectResponse.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
-
assistant
GetAssistantResponse.Builder assistant(AssistantData assistant)
Information about the assistant.
- Parameters:
assistant- Information about the assistant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assistant
default GetAssistantResponse.Builder assistant(Consumer<AssistantData.Builder> assistant)
Information about the assistant.
This is a convenience method that creates an instance of theAssistantData.Builderavoiding the need to create one manually viaAssistantData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassistant(AssistantData).- Parameters:
assistant- a consumer that will call methods onAssistantData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
assistant(AssistantData)
-
-