public static interface GetLifecyclePoliciesResponse.Builder extends DlmResponse.Builder, SdkPojo, CopyableBuilder<GetLifecyclePoliciesResponse.Builder,GetLifecyclePoliciesResponse>
Modifier and Type | Method and Description |
---|---|
GetLifecyclePoliciesResponse.Builder |
policies(Collection<LifecyclePolicySummary> policies)
Summary information about the lifecycle policies.
|
GetLifecyclePoliciesResponse.Builder |
policies(Consumer<LifecyclePolicySummary.Builder>... policies)
Summary information about the lifecycle policies.
|
GetLifecyclePoliciesResponse.Builder |
policies(LifecyclePolicySummary... policies)
Summary information about the lifecycle policies.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetLifecyclePoliciesResponse.Builder policies(Collection<LifecyclePolicySummary> policies)
Summary information about the lifecycle policies.
policies
- Summary information about the lifecycle policies.GetLifecyclePoliciesResponse.Builder policies(LifecyclePolicySummary... policies)
Summary information about the lifecycle policies.
policies
- Summary information about the lifecycle policies.GetLifecyclePoliciesResponse.Builder policies(Consumer<LifecyclePolicySummary.Builder>... policies)
Summary information about the lifecycle policies.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #policies(List)
.policies
- a consumer that will call methods on List.Builder
#policies(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.