Interface SourceApiAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceApiAssociationSummary.Builder,SourceApiAssociationSummary>,SdkBuilder<SourceApiAssociationSummary.Builder,SourceApiAssociationSummary>,SdkPojo
- Enclosing class:
- SourceApiAssociationSummary
public static interface SourceApiAssociationSummary.Builder extends SdkPojo, CopyableBuilder<SourceApiAssociationSummary.Builder,SourceApiAssociationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceApiAssociationSummary.BuilderassociationArn(String associationArn)The Amazon Resource Name (ARN) of the source API association.SourceApiAssociationSummary.BuilderassociationId(String associationId)The ID generated by the AppSync service for the source API association.SourceApiAssociationSummary.Builderdescription(String description)The description field.SourceApiAssociationSummary.BuildermergedApiArn(String mergedApiArn)The Amazon Resource Name (ARN) of the AppSync Merged API.SourceApiAssociationSummary.BuildermergedApiId(String mergedApiId)The ID of the AppSync Merged API.SourceApiAssociationSummary.BuildersourceApiArn(String sourceApiArn)The Amazon Resource Name (ARN) of the AppSync Source API.SourceApiAssociationSummary.BuildersourceApiId(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, sdkFields
-
-
-
-
Method Detail
-
associationId
SourceApiAssociationSummary.Builder associationId(String 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
SourceApiAssociationSummary.Builder associationArn(String 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
SourceApiAssociationSummary.Builder sourceApiId(String 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
SourceApiAssociationSummary.Builder sourceApiArn(String 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
SourceApiAssociationSummary.Builder mergedApiId(String 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
SourceApiAssociationSummary.Builder mergedApiArn(String 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
SourceApiAssociationSummary.Builder description(String description)
The description field.
- Parameters:
description- The description field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-