Interface CreateApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateApplicationResponse.Builder,
,CreateApplicationResponse> QBusinessResponse.Builder
,SdkBuilder<CreateApplicationResponse.Builder,
,CreateApplicationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateApplicationResponse
@Mutable
@NotThreadSafe
public static interface CreateApplicationResponse.Builder
extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The Amazon Resource Name (ARN) of the Amazon Q Business application.applicationId
(String applicationId) The identifier of the Amazon Q Business application.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
applicationId
The identifier of the Amazon Q Business application.
- Parameters:
applicationId
- The identifier of the Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArn
The Amazon Resource Name (ARN) of the Amazon Q Business application.
- Parameters:
applicationArn
- The Amazon Resource Name (ARN) of the Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-