@Generated(value="software.amazon.awssdk:codegen") public final class OutputFileUriValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputFileUriValue.Builder,OutputFileUriValue>
The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.
Modifier and Type | Class and Description |
---|---|
static interface |
OutputFileUriValue.Builder |
Modifier and Type | Method and Description |
---|---|
static OutputFileUriValue.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fileName()
The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputFileUriValue.Builder> |
serializableBuilderClass() |
OutputFileUriValue.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String fileName()
The URI of the location where data set contents are stored, usually the URI of a file in an S3 bucket.
public OutputFileUriValue.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OutputFileUriValue.Builder,OutputFileUriValue>
public static OutputFileUriValue.Builder builder()
public static Class<? extends OutputFileUriValue.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.