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 SummaryModifier 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.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- 
applicationIdThe 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.
 
- 
applicationArnThe 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.
 
 
-