public static interface UpdateSourceApiAssociationRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateSourceApiAssociationRequest.Builder,UpdateSourceApiAssociationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSourceApiAssociationRequest.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.UpdateSourceApiAssociationRequest.Builder mergedApiIdentifier(String mergedApiIdentifier)
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
mergedApiIdentifier - The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases,
Merged APIs (especially in your account) only require the API ID value or ARN of the merged API.
However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource
ARN of the merged API.UpdateSourceApiAssociationRequest.Builder description(String description)
The description field.
description - The description field.UpdateSourceApiAssociationRequest.Builder sourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig)
The SourceApiAssociationConfig object data.
sourceApiAssociationConfig - The SourceApiAssociationConfig object data.default UpdateSourceApiAssociationRequest.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)UpdateSourceApiAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSourceApiAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.