@Generated(value="software.amazon.awssdk:codegen") public final class IntelligentTieringConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntelligentTieringConfiguration.Builder,IntelligentTieringConfiguration>
Specifies the S3 Intelligent-Tiering configuration for an Amazon S3 bucket.
For information about the S3 Intelligent-Tiering storage class, see Storage class for automatically optimizing frequently and infrequently accessed objects.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IntelligentTieringConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IntelligentTieringConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
IntelligentTieringFilter |
filter()
Specifies a bucket filter.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTierings()
Returns true if the Tierings property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
id()
The ID used to identify the S3 Intelligent-Tiering configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IntelligentTieringConfiguration.Builder> |
serializableBuilderClass() |
IntelligentTieringStatus |
status()
Specifies the status of the configuration.
|
String |
statusAsString()
Specifies the status of the configuration.
|
List<Tiering> |
tierings()
Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
|
IntelligentTieringConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String id()
The ID used to identify the S3 Intelligent-Tiering configuration.
public IntelligentTieringFilter filter()
Specifies a bucket filter. The configuration only includes objects that meet the filter's criteria.
public IntelligentTieringStatus status()
Specifies the status of the configuration.
If the service returns an enum value that is not available in the current SDK version, status will
return IntelligentTieringStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
IntelligentTieringStatuspublic String statusAsString()
Specifies the status of the configuration.
If the service returns an enum value that is not available in the current SDK version, status will
return IntelligentTieringStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
IntelligentTieringStatuspublic boolean hasTierings()
public List<Tiering> tierings()
Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTierings() to see if a value was sent in this field.
public IntelligentTieringConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IntelligentTieringConfiguration.Builder,IntelligentTieringConfiguration>public static IntelligentTieringConfiguration.Builder builder()
public static Class<? extends IntelligentTieringConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.