public static interface SourceApiAssociation.Builder extends SdkPojo, CopyableBuilder<SourceApiAssociation.Builder,SourceApiAssociation>
| Modifier and Type | Method and Description |
|---|---|
SourceApiAssociation.Builder |
associationArn(String associationArn)
The Amazon Resource Name (ARN) of the source API association.
|
SourceApiAssociation.Builder |
associationId(String associationId)
The ID generated by the AppSync service for the source API association.
|
SourceApiAssociation.Builder |
description(String description)
The description field.
|
SourceApiAssociation.Builder |
lastSuccessfulMergeDate(Instant lastSuccessfulMergeDate)
The datetime value of the last successful merge of the source API association.
|
SourceApiAssociation.Builder |
mergedApiArn(String mergedApiArn)
The Amazon Resource Name (ARN) of the AppSync Merged API.
|
SourceApiAssociation.Builder |
mergedApiId(String mergedApiId)
The ID of the AppSync Merged API.
|
SourceApiAssociation.Builder |
sourceApiArn(String sourceApiArn)
The Amazon Resource Name (ARN) of the AppSync source API.
|
default SourceApiAssociation.Builder |
sourceApiAssociationConfig(Consumer<SourceApiAssociationConfig.Builder> sourceApiAssociationConfig)
The
SourceApiAssociationConfig object data. |
SourceApiAssociation.Builder |
sourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig)
The
SourceApiAssociationConfig object data. |
SourceApiAssociation.Builder |
sourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus)
The state of the source API association.
|
SourceApiAssociation.Builder |
sourceApiAssociationStatus(String sourceApiAssociationStatus)
The state of the source API association.
|
SourceApiAssociation.Builder |
sourceApiAssociationStatusDetail(String sourceApiAssociationStatusDetail)
The detailed message related to the current state of the source API association.
|
SourceApiAssociation.Builder |
sourceApiId(String sourceApiId)
The ID of the AppSync source API.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceApiAssociation.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.SourceApiAssociation.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.SourceApiAssociation.Builder sourceApiId(String sourceApiId)
The ID of the AppSync source API.
sourceApiId - The ID of the AppSync source API.SourceApiAssociation.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.SourceApiAssociation.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.SourceApiAssociation.Builder mergedApiId(String mergedApiId)
The ID of the AppSync Merged API.
mergedApiId - The ID of the AppSync Merged API.SourceApiAssociation.Builder description(String description)
The description field.
description - The description field.SourceApiAssociation.Builder sourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig)
The SourceApiAssociationConfig object data.
sourceApiAssociationConfig - The SourceApiAssociationConfig object data.default SourceApiAssociation.Builder sourceApiAssociationConfig(Consumer<SourceApiAssociationConfig.Builder> sourceApiAssociationConfig)
The SourceApiAssociationConfig object data.
SourceApiAssociationConfig.Builder
avoiding the need to create one manually via SourceApiAssociationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sourceApiAssociationConfig(SourceApiAssociationConfig).
sourceApiAssociationConfig - a consumer that will call methods on SourceApiAssociationConfig.BuildersourceApiAssociationConfig(SourceApiAssociationConfig)SourceApiAssociation.Builder sourceApiAssociationStatus(String sourceApiAssociationStatus)
The state of the source API association.
sourceApiAssociationStatus - The state of the source API association.SourceApiAssociationStatus,
SourceApiAssociationStatusSourceApiAssociation.Builder sourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus)
The state of the source API association.
sourceApiAssociationStatus - The state of the source API association.SourceApiAssociationStatus,
SourceApiAssociationStatusSourceApiAssociation.Builder sourceApiAssociationStatusDetail(String sourceApiAssociationStatusDetail)
The detailed message related to the current state of the source API association.
sourceApiAssociationStatusDetail - The detailed message related to the current state of the source API association.SourceApiAssociation.Builder lastSuccessfulMergeDate(Instant lastSuccessfulMergeDate)
The datetime value of the last successful merge of the source API association. The result will be in UTC format and your local time zone.
lastSuccessfulMergeDate - The datetime value of the last successful merge of the source API association. The result will be in
UTC format and your local time zone.Copyright © 2023. All rights reserved.