@Generated(value="software.amazon.awssdk:codegen") public final class PackageSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PackageSource.Builder,PackageSource>
The Amazon S3 location to import the package from.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PackageSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PackageSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3BucketName()
The name of the Amazon S3 bucket containing the package.
|
String |
s3Key()
Key (file name) of the package.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PackageSource.Builder> |
serializableBuilderClass() |
PackageSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3BucketName()
The name of the Amazon S3 bucket containing the package.
public final String s3Key()
Key (file name) of the package.
public PackageSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PackageSource.Builder,PackageSource>public static PackageSource.Builder builder()
public static Class<? extends PackageSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.