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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConformancePackStatusResponse.BuilderconformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails)A list ofConformancePackStatusDetailobjects.DescribeConformancePackStatusResponse.BuilderconformancePackStatusDetails(Consumer<ConformancePackStatusDetail.Builder>... conformancePackStatusDetails)A list ofConformancePackStatusDetailobjects.DescribeConformancePackStatusResponse.BuilderconformancePackStatusDetails(ConformancePackStatusDetail... conformancePackStatusDetails)A list ofConformancePackStatusDetailobjects.DescribeConformancePackStatusResponse.BuildernextToken(String nextToken)ThenextTokenstring 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 Detail
-
conformancePackStatusDetails
DescribeConformancePackStatusResponse.Builder conformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails)
A list of
ConformancePackStatusDetailobjects.- Parameters:
conformancePackStatusDetails- A list ofConformancePackStatusDetailobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conformancePackStatusDetails
DescribeConformancePackStatusResponse.Builder conformancePackStatusDetails(ConformancePackStatusDetail... conformancePackStatusDetails)
A list of
ConformancePackStatusDetailobjects.- Parameters:
conformancePackStatusDetails- A list ofConformancePackStatusDetailobjects.- 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 theConformancePackStatusDetailobjects.ConformancePackStatusDetail.Builderavoiding the need to create one manually viaConformancePackStatusDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#conformancePackStatusDetails(List.) - 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:
#conformancePackStatusDetails(java.util.Collection)
-
nextToken
DescribeConformancePackStatusResponse.Builder nextToken(String nextToken)
The
nextTokenstring returned in a previous request that you use to request the next page of results in a paginated response.- Parameters:
nextToken- ThenextTokenstring 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.
-
-