public static interface FileLocation.Builder extends SdkPojo, CopyableBuilder<FileLocation.Builder,FileLocation>
| Modifier and Type | Method and Description |
|---|---|
default FileLocation.Builder |
efsFileLocation(Consumer<EfsFileLocation.Builder> efsFileLocation)
Specifies the Amazon EFS identifier and the path for the file being used.
|
FileLocation.Builder |
efsFileLocation(EfsFileLocation efsFileLocation)
Specifies the Amazon EFS identifier and the path for the file being used.
|
default FileLocation.Builder |
s3FileLocation(Consumer<S3FileLocation.Builder> s3FileLocation)
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
|
FileLocation.Builder |
s3FileLocation(S3FileLocation s3FileLocation)
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileLocation.Builder s3FileLocation(S3FileLocation s3FileLocation)
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
s3FileLocation - Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.default FileLocation.Builder s3FileLocation(Consumer<S3FileLocation.Builder> s3FileLocation)
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
This is a convenience method that creates an instance of theS3FileLocation.Builder avoiding the need
to create one manually via S3FileLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3FileLocation(S3FileLocation).
s3FileLocation - a consumer that will call methods on S3FileLocation.Builders3FileLocation(S3FileLocation)FileLocation.Builder efsFileLocation(EfsFileLocation efsFileLocation)
Specifies the Amazon EFS identifier and the path for the file being used.
efsFileLocation - Specifies the Amazon EFS identifier and the path for the file being used.default FileLocation.Builder efsFileLocation(Consumer<EfsFileLocation.Builder> efsFileLocation)
Specifies the Amazon EFS identifier and the path for the file being used.
This is a convenience method that creates an instance of theEfsFileLocation.Builder avoiding the
need to create one manually via EfsFileLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to efsFileLocation(EfsFileLocation).
efsFileLocation - a consumer that will call methods on EfsFileLocation.BuilderefsFileLocation(EfsFileLocation)Copyright © 2023. All rights reserved.