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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceApiAssociationConfig.Builder
mergeType(String mergeType)
The property that indicates which merging option is enabled in the source API association.SourceApiAssociationConfig.Builder
mergeType(MergeType mergeType)
The property that indicates which merging option is enabled in the source API association.-
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
-
mergeType
SourceApiAssociationConfig.Builder mergeType(String mergeType)
The property that indicates which merging option is enabled in the source API association.
Valid merge types are
MANUAL_MERGE
(default) andAUTO_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 useMergedApiExecutionRoleArn
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) andAUTO_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 useMergedApiExecutionRoleArn
to perform merge operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MergeType
,MergeType
-
mergeType
SourceApiAssociationConfig.Builder mergeType(MergeType mergeType)
The property that indicates which merging option is enabled in the source API association.
Valid merge types are
MANUAL_MERGE
(default) andAUTO_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 useMergedApiExecutionRoleArn
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) andAUTO_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 useMergedApiExecutionRoleArn
to perform merge operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MergeType
,MergeType
-
-