Class ErrorReportLocation
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.ErrorReportLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ErrorReportLocation.Builder,ErrorReportLocation>
@Generated("software.amazon.awssdk:codegen") public final class ErrorReportLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ErrorReportLocation.Builder,ErrorReportLocation>
The Amazon S3 destination where errors associated with the job creation request are saved.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceErrorReportLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.static ErrorReportLocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprefix()Amazon S3 uses the prefix as a folder name to organize data in the bucket.List<SdkField<?>>sdkFields()static Class<? extends ErrorReportLocation.Builder>serializableBuilderClass()ErrorReportLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bucket
public final String bucket()
The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.
- Returns:
- The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.
-
prefix
public final String prefix()
Amazon S3 uses the prefix as a folder name to organize data in the bucket. Each Amazon S3 object has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.
- Returns:
- Amazon S3 uses the prefix as a folder name to organize data in the bucket. Each Amazon S3 object has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.
-
toBuilder
public ErrorReportLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ErrorReportLocation.Builder,ErrorReportLocation>
-
builder
public static ErrorReportLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends ErrorReportLocation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-