Interface RetrievalResultS3Location.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RetrievalResultS3Location.Builder,RetrievalResultS3Location>,SdkBuilder<RetrievalResultS3Location.Builder,RetrievalResultS3Location>,SdkPojo
- Enclosing class:
- RetrievalResultS3Location
public static interface RetrievalResultS3Location.Builder extends SdkPojo, CopyableBuilder<RetrievalResultS3Location.Builder,RetrievalResultS3Location>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetrievalResultS3Location.Builderuri(String uri)The S3 URI of the data source.-
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, sdkFields
-
-
-
-
Method Detail
-
uri
RetrievalResultS3Location.Builder uri(String uri)
The S3 URI of the data source.
- Parameters:
uri- The S3 URI of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-