Interface DescribeDeclarativePoliciesReportsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDeclarativePoliciesReportsResponse.Builder,
,DescribeDeclarativePoliciesReportsResponse> Ec2Response.Builder
,SdkBuilder<DescribeDeclarativePoliciesReportsResponse.Builder,
,DescribeDeclarativePoliciesReportsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDeclarativePoliciesReportsResponse
@Mutable
@NotThreadSafe
public static interface DescribeDeclarativePoliciesReportsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeDeclarativePoliciesReportsResponse.Builder,DescribeDeclarativePoliciesReportsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to include in another request to get the next page of items.reports
(Collection<DeclarativePoliciesReport> reports) The report metadata.reports
(Consumer<DeclarativePoliciesReport.Builder>... reports) The report metadata.reports
(DeclarativePoliciesReport... reports) The report metadata.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The token to include in another request to get the next page of items. This value is
null
when there are no more items to return.- Parameters:
nextToken
- The token to include in another request to get the next page of items. This value isnull
when there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reports
DescribeDeclarativePoliciesReportsResponse.Builder reports(Collection<DeclarativePoliciesReport> reports) The report metadata.
- Parameters:
reports
- The report metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reports
The report metadata.
- Parameters:
reports
- The report metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reports
DescribeDeclarativePoliciesReportsResponse.Builder reports(Consumer<DeclarativePoliciesReport.Builder>... reports) The report metadata.
This is a convenience method that creates an instance of theDeclarativePoliciesReport.Builder
avoiding the need to create one manually viaDeclarativePoliciesReport.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreports(List<DeclarativePoliciesReport>)
.- Parameters:
reports
- a consumer that will call methods onDeclarativePoliciesReport.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-