Interface DocumentInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentInfo.Builder,,DocumentInfo> SdkBuilder<DocumentInfo.Builder,,DocumentInfo> SdkPojo
- Enclosing class:
DocumentInfo
@Mutable
@NotThreadSafe
public static interface DocumentInfo.Builder
extends SdkPojo, CopyableBuilder<DocumentInfo.Builder,DocumentInfo>
-
Method Summary
Modifier and TypeMethodDescriptionartifactId(String artifactId) The unique identifier of the artifact associated with the document.s3Location(String s3Location) The Amazon S3 location of 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
-
s3Location
The Amazon S3 location of the document.
- Parameters:
s3Location- The Amazon S3 location of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactId
The unique identifier of the artifact associated with the document.
- Parameters:
artifactId- The unique identifier of the artifact associated with the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-