Interface GetOpsSummaryResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetOpsSummaryResponse.Builder,,- GetOpsSummaryResponse> - SdkBuilder<GetOpsSummaryResponse.Builder,,- GetOpsSummaryResponse> - SdkPojo,- SdkResponse.Builder,- SsmResponse.Builder
- Enclosing class:
- GetOpsSummaryResponse
@Mutable
@NotThreadSafe
public static interface GetOpsSummaryResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetOpsSummaryResponse.Builder,GetOpsSummaryResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
entitiesThe 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.
 
- 
entitiesThe 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.
 
- 
entitiesThe 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 on- OpsEntity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe 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.
 
 
-