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) Artifact ID of the documents3Location(String s3Location) S3 storage location of the documentMethods 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
S3 storage location of the document
- Parameters:
s3Location- S3 storage location of the document- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactId
Artifact ID of the document
- Parameters:
artifactId- Artifact ID of the document- Returns:
- Returns a reference to this object so that method calls can be chained together.
-