Interface IntegratedDocument.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntegratedDocument.Builder,,IntegratedDocument> SdkBuilder<IntegratedDocument.Builder,,IntegratedDocument> SdkPojo
- Enclosing class:
IntegratedDocument
@Mutable
@NotThreadSafe
public static interface IntegratedDocument.Builder
extends SdkPojo, CopyableBuilder<IntegratedDocument.Builder,IntegratedDocument>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationId(String integrationId) The identifier of the integration that provides access to the document.resourceId(String resourceId) The provider-specific resource identifier for the document.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
integrationId
The identifier of the integration that provides access to the document.
- Parameters:
integrationId- The identifier of the integration that provides access to the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
The provider-specific resource identifier for the document.
- Parameters:
resourceId- The provider-specific resource identifier for the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-