Interface OpsEntityItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<OpsEntityItem.Builder,,- OpsEntityItem> - SdkBuilder<OpsEntityItem.Builder,,- OpsEntityItem> - SdkPojo
- Enclosing class:
- OpsEntityItem
@Mutable
@NotThreadSafe
public static interface OpsEntityItem.Builder
extends SdkPojo, CopyableBuilder<OpsEntityItem.Builder,OpsEntityItem> 
- 
Method SummaryModifier and TypeMethodDescriptioncaptureTime(String captureTime) The time the OpsData was captured.content(Collection<? extends Map<String, String>> content) The details of an OpsData summary.The details of an OpsData summary.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, sdkFields
- 
Method Details- 
captureTimeThe time the OpsData was captured. - Parameters:
- captureTime- The time the OpsData was captured.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
contentThe details of an OpsData summary. - Parameters:
- content- The details of an OpsData summary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
contentThe details of an OpsData summary. - Parameters:
- content- The details of an OpsData summary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-