Interface DescribeConformancePackStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConfigResponse.Builder
,CopyableBuilder<DescribeConformancePackStatusResponse.Builder,
,DescribeConformancePackStatusResponse> SdkBuilder<DescribeConformancePackStatusResponse.Builder,
,DescribeConformancePackStatusResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeConformancePackStatusResponse
public static interface DescribeConformancePackStatusResponse.Builder
extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeConformancePackStatusResponse.Builder,DescribeConformancePackStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconformancePackStatusDetails
(Collection<ConformancePackStatusDetail> conformancePackStatusDetails) A list ofConformancePackStatusDetail
objects.conformancePackStatusDetails
(Consumer<ConformancePackStatusDetail.Builder>... conformancePackStatusDetails) A list ofConformancePackStatusDetail
objects.conformancePackStatusDetails
(ConformancePackStatusDetail... conformancePackStatusDetails) A list ofConformancePackStatusDetail
objects.ThenextToken
string returned in a previous request that you use to request the next page of results in a paginated response.Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
conformancePackStatusDetails
DescribeConformancePackStatusResponse.Builder conformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails) A list of
ConformancePackStatusDetail
objects.- Parameters:
conformancePackStatusDetails
- A list ofConformancePackStatusDetail
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conformancePackStatusDetails
DescribeConformancePackStatusResponse.Builder conformancePackStatusDetails(ConformancePackStatusDetail... conformancePackStatusDetails) A list of
ConformancePackStatusDetail
objects.- Parameters:
conformancePackStatusDetails
- A list ofConformancePackStatusDetail
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conformancePackStatusDetails
DescribeConformancePackStatusResponse.Builder conformancePackStatusDetails(Consumer<ConformancePackStatusDetail.Builder>... conformancePackStatusDetails) A list of
This is a convenience method that creates an instance of theConformancePackStatusDetail
objects.ConformancePackStatusDetail.Builder
avoiding the need to create one manually viaConformancePackStatusDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconformancePackStatusDetails(List<ConformancePackStatusDetail>)
.- Parameters:
conformancePackStatusDetails
- a consumer that will call methods onConformancePackStatusDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The
nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.- Parameters:
nextToken
- ThenextToken
string returned in a previous request that you use to request the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-