@Generated(value="software.amazon.awssdk:codegen") public final class DefaultExportDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultExportDestination.Builder,DefaultExportDestination>
The default s3 bucket where Audit Manager saves the files that you export from evidence finder.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DefaultExportDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DefaultExportDestination.Builder |
builder() |
String |
destination()
The destination bucket where Audit Manager stores exported files.
|
ExportDestinationType |
destinationType()
The destination type, such as Amazon S3.
|
String |
destinationTypeAsString()
The destination type, such as Amazon S3.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DefaultExportDestination.Builder> |
serializableBuilderClass() |
DefaultExportDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ExportDestinationType destinationType()
The destination type, such as Amazon S3.
If the service returns an enum value that is not available in the current SDK version, destinationType
will return ExportDestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from destinationTypeAsString().
ExportDestinationTypepublic final String destinationTypeAsString()
The destination type, such as Amazon S3.
If the service returns an enum value that is not available in the current SDK version, destinationType
will return ExportDestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from destinationTypeAsString().
ExportDestinationTypepublic final String destination()
The destination bucket where Audit Manager stores exported files.
public DefaultExportDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DefaultExportDestination.Builder,DefaultExportDestination>public static DefaultExportDestination.Builder builder()
public static Class<? extends DefaultExportDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.