@Generated(value="software.amazon.awssdk:codegen") public class GlacierJobParameters extends Object implements ToCopyableBuilder<GlacierJobParameters.Builder,GlacierJobParameters>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GlacierJobParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GlacierJobParameters.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends GlacierJobParameters.Builder> |
serializableBuilderClass() |
Tier |
tier()
Glacier retrieval tier at which the restore will be processed.
|
String |
tierString()
Glacier retrieval tier at which the restore will be processed.
|
GlacierJobParameters.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Tier tier()
If the service returns an enum value that is not available in the current SDK version, tier will return
Tier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tierString().
Tierpublic String tierString()
If the service returns an enum value that is not available in the current SDK version, tier will return
Tier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tierString().
Tierpublic GlacierJobParameters.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GlacierJobParameters.Builder,GlacierJobParameters>public static GlacierJobParameters.Builder builder()
public static Class<? extends GlacierJobParameters.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.