Interface CreateLifecyclePolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateLifecyclePolicyResponse.Builder,CreateLifecyclePolicyResponse>,DlmResponse.Builder,SdkBuilder<CreateLifecyclePolicyResponse.Builder,CreateLifecyclePolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateLifecyclePolicyResponse
public static interface CreateLifecyclePolicyResponse.Builder extends DlmResponse.Builder, SdkPojo, CopyableBuilder<CreateLifecyclePolicyResponse.Builder,CreateLifecyclePolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateLifecyclePolicyResponse.BuilderpolicyId(String policyId)The identifier of the lifecycle policy.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dlm.model.DlmResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
policyId
CreateLifecyclePolicyResponse.Builder policyId(String policyId)
The identifier of the lifecycle policy.
- Parameters:
policyId- The identifier of the lifecycle policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-