Class S3SpillLocation.Builder
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.domain.spill.S3SpillLocation.Builder
-
- Enclosing class:
- S3SpillLocation
public static class S3SpillLocation.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S3SpillLocation
build()
S3SpillLocation.Builder
withBucket(String bucket)
S3SpillLocation.Builder
withIsDirectory(boolean isDirectory)
S3SpillLocation.Builder
withPrefix(String prefix)
S3SpillLocation.Builder
withQueryId(String queryId)
S3SpillLocation.Builder
withSplitId(String splitId)
-
-
-
Method Detail
-
withBucket
public S3SpillLocation.Builder withBucket(String bucket)
-
withPrefix
public S3SpillLocation.Builder withPrefix(String prefix)
-
withIsDirectory
public S3SpillLocation.Builder withIsDirectory(boolean isDirectory)
-
withQueryId
public S3SpillLocation.Builder withQueryId(String queryId)
-
withSplitId
public S3SpillLocation.Builder withSplitId(String splitId)
-
build
public S3SpillLocation build()
-
-