Interface OpsEntityItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OpsEntityItem.Builder,OpsEntityItem>,SdkBuilder<OpsEntityItem.Builder,OpsEntityItem>,SdkPojo
- Enclosing class:
- OpsEntityItem
public static interface OpsEntityItem.Builder extends SdkPojo, CopyableBuilder<OpsEntityItem.Builder,OpsEntityItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpsEntityItem.BuildercaptureTime(String captureTime)The time the OpsData was captured.OpsEntityItem.Buildercontent(Collection<? extends Map<String,String>> content)The details of an OpsData summary.OpsEntityItem.Buildercontent(Map<String,String>... content)The details of an OpsData summary.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
captureTime
OpsEntityItem.Builder captureTime(String captureTime)
The 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.
-
content
OpsEntityItem.Builder content(Collection<? extends Map<String,String>> content)
The 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.
-
content
OpsEntityItem.Builder content(Map<String,String>... content)
The 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.
-
-