Interface SignalCatalogSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SignalCatalogSummary.Builder,
,SignalCatalogSummary> SdkBuilder<SignalCatalogSummary.Builder,
,SignalCatalogSummary> SdkPojo
- Enclosing class:
SignalCatalogSummary
@Mutable
@NotThreadSafe
public static interface SignalCatalogSummary.Builder
extends SdkPojo, CopyableBuilder<SignalCatalogSummary.Builder,SignalCatalogSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the signal catalog.creationTime
(Instant creationTime) The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).lastModificationTime
(Instant lastModificationTime) The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).The name of the signal catalog.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 Details
-
name
The name of the signal catalog.
- Parameters:
name
- The name of the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the signal catalog.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
creationTime
- The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationTime
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
lastModificationTime
- The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-