public static interface GetLifecyclePoliciesRequest.Builder extends DlmRequest.Builder, SdkPojo, CopyableBuilder<GetLifecyclePoliciesRequest.Builder,GetLifecyclePoliciesRequest>
build
overrideConfiguration
copy
applyMutation, build
GetLifecyclePoliciesRequest.Builder policyIds(Collection<String> policyIds)
The identifiers of the data lifecycle policies.
policyIds
- The identifiers of the data lifecycle policies.GetLifecyclePoliciesRequest.Builder policyIds(String... policyIds)
The identifiers of the data lifecycle policies.
policyIds
- The identifiers of the data lifecycle policies.GetLifecyclePoliciesRequest.Builder state(String state)
The activation state.
state
- The activation state.GettablePolicyStateValues
,
GettablePolicyStateValues
GetLifecyclePoliciesRequest.Builder state(GettablePolicyStateValues state)
The activation state.
state
- The activation state.GettablePolicyStateValues
,
GettablePolicyStateValues
GetLifecyclePoliciesRequest.Builder resourceTypesWithStrings(Collection<String> resourceTypes)
The resource type.
resourceTypes
- The resource type.GetLifecyclePoliciesRequest.Builder resourceTypesWithStrings(String... resourceTypes)
The resource type.
resourceTypes
- The resource type.GetLifecyclePoliciesRequest.Builder resourceTypes(Collection<ResourceTypeValues> resourceTypes)
The resource type.
resourceTypes
- The resource type.GetLifecyclePoliciesRequest.Builder resourceTypes(ResourceTypeValues... resourceTypes)
The resource type.
resourceTypes
- The resource type.GetLifecyclePoliciesRequest.Builder targetTags(Collection<String> targetTags)
The target tag for a policy.
Tags are strings in the format key=value
.
targetTags
- The target tag for a policy.
Tags are strings in the format key=value
.
GetLifecyclePoliciesRequest.Builder targetTags(String... targetTags)
The target tag for a policy.
Tags are strings in the format key=value
.
targetTags
- The target tag for a policy.
Tags are strings in the format key=value
.
GetLifecyclePoliciesRequest.Builder tagsToAdd(Collection<String> tagsToAdd)
The tags to add to objects created by the policy.
Tags are strings in the format key=value
.
These user-defined tags are added in addition to the AWS-added lifecycle tags.
tagsToAdd
- The tags to add to objects created by the policy.
Tags are strings in the format key=value
.
These user-defined tags are added in addition to the AWS-added lifecycle tags.
GetLifecyclePoliciesRequest.Builder tagsToAdd(String... tagsToAdd)
The tags to add to objects created by the policy.
Tags are strings in the format key=value
.
These user-defined tags are added in addition to the AWS-added lifecycle tags.
tagsToAdd
- The tags to add to objects created by the policy.
Tags are strings in the format key=value
.
These user-defined tags are added in addition to the AWS-added lifecycle tags.
GetLifecyclePoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetLifecyclePoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.