Interface ListPoliciesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPoliciesResponse.Builder,,ListPoliciesResponse> Resiliencehubv2Response.Builder,SdkBuilder<ListPoliciesResponse.Builder,,ListPoliciesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListPoliciesResponse
@Mutable
@NotThreadSafe
public static interface ListPoliciesResponse.Builder
extends Resiliencehubv2Response.Builder, SdkPojo, CopyableBuilder<ListPoliciesResponse.Builder,ListPoliciesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the NextToken property for this object.policySummaries(Collection<PolicySummary> policySummaries) The list of policy summaries.policySummaries(Consumer<PolicySummary.Builder>... policySummaries) The list of policy summaries.policySummaries(PolicySummary... policySummaries) The list of policy summaries.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.resiliencehubv2.model.Resiliencehubv2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
policySummaries
The list of policy summaries.
- Parameters:
policySummaries- The list of policy summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policySummaries
The list of policy summaries.
- Parameters:
policySummaries- The list of policy summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policySummaries
The list of policy summaries.
This is a convenience method that creates an instance of thePolicySummary.Builderavoiding the need to create one manually viaPolicySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topolicySummaries(List<PolicySummary>).- Parameters:
policySummaries- a consumer that will call methods onPolicySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-