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 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 the OpsEntity.Builder avoiding the need to create one manually via OpsEntity.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to entities(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:
    • nextToken

      GetOpsSummaryResponse.Builder nextToken(String 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.