Interface SourceApiAssociationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SourceApiAssociationSummary.Builder,
,SourceApiAssociationSummary> SdkBuilder<SourceApiAssociationSummary.Builder,
,SourceApiAssociationSummary> SdkPojo
- Enclosing class:
SourceApiAssociationSummary
@Mutable
@NotThreadSafe
public static interface SourceApiAssociationSummary.Builder
extends SdkPojo, CopyableBuilder<SourceApiAssociationSummary.Builder,SourceApiAssociationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionassociationArn
(String associationArn) The Amazon Resource Name (ARN) of the source API association.associationId
(String associationId) The ID generated by the AppSync service for the source API association.description
(String description) The description field.mergedApiArn
(String mergedApiArn) The Amazon Resource Name (ARN) of the AppSync Merged API.mergedApiId
(String mergedApiId) The ID of the AppSync Merged API.sourceApiArn
(String sourceApiArn) The Amazon Resource Name (ARN) of the AppSync Source API.sourceApiId
(String sourceApiId) The ID of the AppSync source API.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
associationId
The ID generated by the AppSync service for the source API association.
- Parameters:
associationId
- The ID generated by the AppSync service for the source API association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationArn
The Amazon Resource Name (ARN) of the source API association.
- Parameters:
associationArn
- The Amazon Resource Name (ARN) of the source API association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceApiId
The ID of the AppSync source API.
- Parameters:
sourceApiId
- The ID of the AppSync source API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceApiArn
The Amazon Resource Name (ARN) of the AppSync Source API.
- Parameters:
sourceApiArn
- The Amazon Resource Name (ARN) of the AppSync Source API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mergedApiId
The ID of the AppSync Merged API.
- Parameters:
mergedApiId
- The ID of the AppSync Merged API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mergedApiArn
The Amazon Resource Name (ARN) of the AppSync Merged API.
- Parameters:
mergedApiArn
- The Amazon Resource Name (ARN) of the AppSync Merged API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description field.
- Parameters:
description
- The description field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-