Interface ExtractionDefinitionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExtractionDefinitionSummary.Builder,,ExtractionDefinitionSummary> SdkBuilder<ExtractionDefinitionSummary.Builder,,ExtractionDefinitionSummary> SdkPojo
- Enclosing class:
ExtractionDefinitionSummary
@Mutable
@NotThreadSafe
public static interface ExtractionDefinitionSummary.Builder
extends SdkPojo, CopyableBuilder<ExtractionDefinitionSummary.Builder,ExtractionDefinitionSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTime(Instant createdTime) The timestamp when the extraction definition was created.extractionDefinitionArn(String extractionDefinitionArn) The Amazon Resource Name (ARN) of the extraction definition.extractionDefinitionId(String extractionDefinitionId) The identifier of the extraction definition.lastUpdatedBy(String lastUpdatedBy) The Amazon Resource Name (ARN) of the user who last updated the extraction definition.lastUpdatedTime(Instant lastUpdatedTime) The timestamp when the extraction definition was last updated.The name of the extraction definition.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the extraction definition.
- Parameters:
name- The name of the extraction definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extractionDefinitionId
The identifier of the extraction definition.
- Parameters:
extractionDefinitionId- The identifier of the extraction definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extractionDefinitionArn
The Amazon Resource Name (ARN) of the extraction definition.
- Parameters:
extractionDefinitionArn- The Amazon Resource Name (ARN) of the extraction definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The timestamp when the extraction definition was created.
- Parameters:
createdTime- The timestamp when the extraction definition was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The timestamp when the extraction definition was last updated.
- Parameters:
lastUpdatedTime- The timestamp when the extraction definition was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedBy
The Amazon Resource Name (ARN) of the user who last updated the extraction definition.
- Parameters:
lastUpdatedBy- The Amazon Resource Name (ARN) of the user who last updated the extraction definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-