Interface SignalCatalogSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SignalCatalogSummary.Builder,SignalCatalogSummary>,SdkBuilder<SignalCatalogSummary.Builder,SignalCatalogSummary>,SdkPojo
- Enclosing class:
- SignalCatalogSummary
public static interface SignalCatalogSummary.Builder extends SdkPojo, CopyableBuilder<SignalCatalogSummary.Builder,SignalCatalogSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignalCatalogSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the signal catalog.SignalCatalogSummary.BuildercreationTime(Instant creationTime)The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).SignalCatalogSummary.BuilderlastModificationTime(Instant lastModificationTime)The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).SignalCatalogSummary.Buildername(String name)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, sdkFields
-
-
-
-
Method Detail
-
name
SignalCatalogSummary.Builder name(String 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
SignalCatalogSummary.Builder arn(String 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
SignalCatalogSummary.Builder creationTime(Instant 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
SignalCatalogSummary.Builder lastModificationTime(Instant 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.
-
-