public static interface SourceApiAssociationSummary.Builder extends SdkPojo, CopyableBuilder<SourceApiAssociationSummary.Builder,SourceApiAssociationSummary>
| Modifier and Type | Method and Description |
|---|---|
SourceApiAssociationSummary.Builder |
associationArn(String associationArn)
The Amazon Resource Name (ARN) of the source API association.
|
SourceApiAssociationSummary.Builder |
associationId(String associationId)
The ID generated by the AppSync service for the source API association.
|
SourceApiAssociationSummary.Builder |
description(String description)
The description field.
|
SourceApiAssociationSummary.Builder |
mergedApiArn(String mergedApiArn)
The Amazon Resource Name (ARN) of the AppSync Merged API.
|
SourceApiAssociationSummary.Builder |
mergedApiId(String mergedApiId)
The ID of the AppSync Merged API.
|
SourceApiAssociationSummary.Builder |
sourceApiArn(String sourceApiArn)
The Amazon Resource Name (ARN) of the AppSync Source API.
|
SourceApiAssociationSummary.Builder |
sourceApiId(String sourceApiId)
The ID of the AppSync source API.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceApiAssociationSummary.Builder associationId(String associationId)
The ID generated by the AppSync service for the source API association.
associationId - The ID generated by the AppSync service for the source API association.SourceApiAssociationSummary.Builder associationArn(String associationArn)
The Amazon Resource Name (ARN) of the source API association.
associationArn - The Amazon Resource Name (ARN) of the source API association.SourceApiAssociationSummary.Builder sourceApiId(String sourceApiId)
The ID of the AppSync source API.
sourceApiId - The ID of the AppSync source API.SourceApiAssociationSummary.Builder sourceApiArn(String sourceApiArn)
The Amazon Resource Name (ARN) of the AppSync Source API.
sourceApiArn - The Amazon Resource Name (ARN) of the AppSync Source API.SourceApiAssociationSummary.Builder mergedApiId(String mergedApiId)
The ID of the AppSync Merged API.
mergedApiId - The ID of the AppSync Merged API.SourceApiAssociationSummary.Builder mergedApiArn(String mergedApiArn)
The Amazon Resource Name (ARN) of the AppSync Merged API.
mergedApiArn - The Amazon Resource Name (ARN) of the AppSync Merged API.SourceApiAssociationSummary.Builder description(String description)
The description field.
description - The description field.Copyright © 2023. All rights reserved.