Interface SampleDocumentKeys.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SampleDocumentKeys.Builder,,SampleDocumentKeys> SdkBuilder<SampleDocumentKeys.Builder,,SampleDocumentKeys> SdkPojo
- Enclosing class:
 SampleDocumentKeys
@Mutable
@NotThreadSafe
public static interface SampleDocumentKeys.Builder
extends SdkPojo, CopyableBuilder<SampleDocumentKeys.Builder,SampleDocumentKeys> 
- 
Method Summary
Modifier and TypeMethodDescriptionAn array of keys for your input sample documents.An array of keys for your output sample documents.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
- 
input
An array of keys for your input sample documents.
- Parameters:
 input- An array of keys for your input sample documents.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
output
An array of keys for your output sample documents.
- Parameters:
 output- An array of keys for your output sample documents.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -