Interface GetOpsSummaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetOpsSummaryResponse.Builder,,GetOpsSummaryResponse> SdkBuilder<GetOpsSummaryResponse.Builder,,GetOpsSummaryResponse> SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
GetOpsSummaryResponse
public static interface GetOpsSummaryResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetOpsSummaryResponse.Builder,GetOpsSummaryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionentities(Collection<OpsEntity> entities) The list of aggregated details and filtered OpsData.entities(Consumer<OpsEntity.Builder>... entities) The list of aggregated details and filtered OpsData.The list of aggregated details and filtered OpsData.The token for the next set of items to return.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
entities
The list of aggregated details and filtered OpsData.
- Parameters:
entities- The list of aggregated details and filtered OpsData.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entities
The list of aggregated details and filtered OpsData.
- Parameters:
entities- The list of aggregated details and filtered OpsData.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entities
The list of aggregated details and filtered OpsData.
This is a convenience method that creates an instance of theOpsEntity.Builderavoiding the need to create one manually viaOpsEntity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentities(List<OpsEntity>).- Parameters:
entities- a consumer that will call methods onOpsEntity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of items to return. Use this token to get the next set of results.
- Parameters:
nextToken- The token for the next set of items to return. Use this token to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-