Interface FileContent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FileContent.Builder,
,FileContent> SdkBuilder<FileContent.Builder,
,FileContent> SdkPojo
- Enclosing class:
FileContent
@Mutable
@NotThreadSafe
public static interface FileContent.Builder
extends SdkPojo, CopyableBuilder<FileContent.Builder,FileContent>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of a File in Amazon Connect.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fileArn
The Amazon Resource Name (ARN) of a File in Amazon Connect.
- Parameters:
fileArn
- The Amazon Resource Name (ARN) of a File in Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-