@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLifecycleConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutLifecycleConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
PutLifecycleConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileSystemId()
The ID of the file system for which you are creating the
LifecycleConfiguration object (String). |
List<LifecyclePolicy> |
getLifecyclePolicies()
An array of
LifecyclePolicy objects that define the file system's
LifecycleConfiguration object. |
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
The ID of the file system for which you are creating the
LifecycleConfiguration object (String). |
void |
setLifecyclePolicies(Collection<LifecyclePolicy> lifecyclePolicies)
An array of
LifecyclePolicy objects that define the file system's
LifecycleConfiguration object. |
String |
toString()
Returns a string representation of this object.
|
PutLifecycleConfigurationRequest |
withFileSystemId(String fileSystemId)
The ID of the file system for which you are creating the
LifecycleConfiguration object (String). |
PutLifecycleConfigurationRequest |
withLifecyclePolicies(Collection<LifecyclePolicy> lifecyclePolicies)
An array of
LifecyclePolicy objects that define the file system's
LifecycleConfiguration object. |
PutLifecycleConfigurationRequest |
withLifecyclePolicies(LifecyclePolicy... lifecyclePolicies)
An array of
LifecyclePolicy objects that define the file system's
LifecycleConfiguration object. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFileSystemId(String fileSystemId)
The ID of the file system for which you are creating the LifecycleConfiguration
object (String).
fileSystemId
- The ID of the file system for which you are creating the LifecycleConfiguration
object
(String).public String getFileSystemId()
The ID of the file system for which you are creating the LifecycleConfiguration
object (String).
LifecycleConfiguration
object
(String).public PutLifecycleConfigurationRequest withFileSystemId(String fileSystemId)
The ID of the file system for which you are creating the LifecycleConfiguration
object (String).
fileSystemId
- The ID of the file system for which you are creating the LifecycleConfiguration
object
(String).public List<LifecyclePolicy> getLifecyclePolicies()
An array of LifecyclePolicy
objects that define the file system's
LifecycleConfiguration
object. A LifecycleConfiguration
object tells lifecycle
management when to transition files from the Standard storage class to the Infrequent Access storage class.
LifecyclePolicy
objects that define the file system's
LifecycleConfiguration
object. A LifecycleConfiguration
object tells lifecycle
management when to transition files from the Standard storage class to the Infrequent Access storage
class.public void setLifecyclePolicies(Collection<LifecyclePolicy> lifecyclePolicies)
An array of LifecyclePolicy
objects that define the file system's
LifecycleConfiguration
object. A LifecycleConfiguration
object tells lifecycle
management when to transition files from the Standard storage class to the Infrequent Access storage class.
lifecyclePolicies
- An array of LifecyclePolicy
objects that define the file system's
LifecycleConfiguration
object. A LifecycleConfiguration
object tells lifecycle
management when to transition files from the Standard storage class to the Infrequent Access storage
class.public PutLifecycleConfigurationRequest withLifecyclePolicies(LifecyclePolicy... lifecyclePolicies)
An array of LifecyclePolicy
objects that define the file system's
LifecycleConfiguration
object. A LifecycleConfiguration
object tells lifecycle
management when to transition files from the Standard storage class to the Infrequent Access storage class.
NOTE: This method appends the values to the existing list (if any). Use
setLifecyclePolicies(java.util.Collection)
or withLifecyclePolicies(java.util.Collection)
if
you want to override the existing values.
lifecyclePolicies
- An array of LifecyclePolicy
objects that define the file system's
LifecycleConfiguration
object. A LifecycleConfiguration
object tells lifecycle
management when to transition files from the Standard storage class to the Infrequent Access storage
class.public PutLifecycleConfigurationRequest withLifecyclePolicies(Collection<LifecyclePolicy> lifecyclePolicies)
An array of LifecyclePolicy
objects that define the file system's
LifecycleConfiguration
object. A LifecycleConfiguration
object tells lifecycle
management when to transition files from the Standard storage class to the Infrequent Access storage class.
lifecyclePolicies
- An array of LifecyclePolicy
objects that define the file system's
LifecycleConfiguration
object. A LifecycleConfiguration
object tells lifecycle
management when to transition files from the Standard storage class to the Infrequent Access storage
class.public String toString()
toString
in class Object
Object.toString()
public PutLifecycleConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.