Interface CreateChatResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateChatResponse.Builder,,CreateChatResponse> DevOpsAgentResponse.Builder,SdkBuilder<CreateChatResponse.Builder,,CreateChatResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateChatResponse
@Mutable
@NotThreadSafe
public static interface CreateChatResponse.Builder
extends DevOpsAgentResponse.Builder, SdkPojo, CopyableBuilder<CreateChatResponse.Builder,CreateChatResponse>
-
Method Summary
Modifier and TypeMethodDescriptionTimestamp when the chat was createdexecutionId(String executionId) The unique identifier for the created executionMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.devopsagent.model.DevOpsAgentResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
executionId
The unique identifier for the created execution
- Parameters:
executionId- The unique identifier for the created execution- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Timestamp when the chat was created
- Parameters:
createdAt- Timestamp when the chat was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-