Interface SourceApiAssociationConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SourceApiAssociationConfig.Builder,SourceApiAssociationConfig>, SdkBuilder<SourceApiAssociationConfig.Builder,SourceApiAssociationConfig>, SdkPojo
Enclosing class:
SourceApiAssociationConfig

public static interface SourceApiAssociationConfig.Builder extends SdkPojo, CopyableBuilder<SourceApiAssociationConfig.Builder,SourceApiAssociationConfig>
  • Method Details

    • mergeType

      The property that indicates which merging option is enabled in the source API association.

      Valid merge types are MANUAL_MERGE (default) and AUTO_MERGE. Manual merges are the default behavior and require the user to trigger any changes from the source APIs to the merged API manually. Auto merges subscribe the merged API to the changes performed on the source APIs so that any change in the source APIs are also made to the merged API. Auto merges use MergedApiExecutionRoleArn to perform merge operations.

      Parameters:
      mergeType - The property that indicates which merging option is enabled in the source API association.

      Valid merge types are MANUAL_MERGE (default) and AUTO_MERGE. Manual merges are the default behavior and require the user to trigger any changes from the source APIs to the merged API manually. Auto merges subscribe the merged API to the changes performed on the source APIs so that any change in the source APIs are also made to the merged API. Auto merges use MergedApiExecutionRoleArn to perform merge operations.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mergeType

      The property that indicates which merging option is enabled in the source API association.

      Valid merge types are MANUAL_MERGE (default) and AUTO_MERGE. Manual merges are the default behavior and require the user to trigger any changes from the source APIs to the merged API manually. Auto merges subscribe the merged API to the changes performed on the source APIs so that any change in the source APIs are also made to the merged API. Auto merges use MergedApiExecutionRoleArn to perform merge operations.

      Parameters:
      mergeType - The property that indicates which merging option is enabled in the source API association.

      Valid merge types are MANUAL_MERGE (default) and AUTO_MERGE. Manual merges are the default behavior and require the user to trigger any changes from the source APIs to the merged API manually. Auto merges subscribe the merged API to the changes performed on the source APIs so that any change in the source APIs are also made to the merged API. Auto merges use MergedApiExecutionRoleArn to perform merge operations.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: