public static interface SignalCatalogSummary.Builder extends SdkPojo, CopyableBuilder<SignalCatalogSummary.Builder,SignalCatalogSummary>
| Modifier and Type | Method and Description |
|---|---|
SignalCatalogSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the signal catalog.
|
SignalCatalogSummary.Builder |
creationTime(Instant creationTime)
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
SignalCatalogSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
SignalCatalogSummary.Builder |
name(String name)
The name of the signal catalog.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSignalCatalogSummary.Builder name(String name)
The name of the signal catalog.
name - The name of the signal catalog.SignalCatalogSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the signal catalog.
arn - The Amazon Resource Name (ARN) of the signal catalog.SignalCatalogSummary.Builder creationTime(Instant creationTime)
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime - The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).SignalCatalogSummary.Builder lastModificationTime(Instant lastModificationTime)
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime - The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC
time).Copyright © 2022. All rights reserved.