@Generated(value="software.amazon.awssdk:codegen") public final class UpdateLifecyclePolicyRequest extends DlmRequest implements ToCopyableBuilder<UpdateLifecyclePolicyRequest.Builder,UpdateLifecyclePolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateLifecyclePolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateLifecyclePolicyRequest.Builder |
builder() |
String |
description()
A description of the lifecycle policy.
|
boolean |
equals(Object obj) |
String |
executionRoleArn()
The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
PolicyDetails |
policyDetails()
The configuration of the lifecycle policy.
|
String |
policyId()
The identifier of the lifecycle policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateLifecyclePolicyRequest.Builder> |
serializableBuilderClass() |
SettablePolicyStateValues |
state()
The desired activation state of the lifecycle policy after creation.
|
String |
stateAsString()
The desired activation state of the lifecycle policy after creation.
|
UpdateLifecyclePolicyRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfigurationcopypublic String policyId()
The identifier of the lifecycle policy.
public String executionRoleArn()
The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
public SettablePolicyStateValues state()
The desired activation state of the lifecycle policy after creation.
If the service returns an enum value that is not available in the current SDK version, state will return
SettablePolicyStateValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
SettablePolicyStateValuespublic String stateAsString()
The desired activation state of the lifecycle policy after creation.
If the service returns an enum value that is not available in the current SDK version, state will return
SettablePolicyStateValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
SettablePolicyStateValuespublic String description()
A description of the lifecycle policy.
public PolicyDetails policyDetails()
The configuration of the lifecycle policy.
Target tags cannot be re-used across policies.
Target tags cannot be re-used across policies.
public UpdateLifecyclePolicyRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateLifecyclePolicyRequest.Builder,UpdateLifecyclePolicyRequest>toBuilder in class DlmRequestpublic static UpdateLifecyclePolicyRequest.Builder builder()
public static Class<? extends UpdateLifecyclePolicyRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.