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