public static interface GetSignalCatalogResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<GetSignalCatalogResponse.Builder,GetSignalCatalogResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSignalCatalogResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the signal catalog.
|
GetSignalCatalogResponse.Builder |
creationTime(Instant creationTime)
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetSignalCatalogResponse.Builder |
description(String description)
A brief description of the signal catalog.
|
GetSignalCatalogResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the signal catalog was modified.
|
GetSignalCatalogResponse.Builder |
name(String name)
The name of the signal catalog.
|
default GetSignalCatalogResponse.Builder |
nodeCounts(Consumer<NodeCounts.Builder> nodeCounts)
The total number of network nodes specified in a signal catalog.
|
GetSignalCatalogResponse.Builder |
nodeCounts(NodeCounts nodeCounts)
The total number of network nodes specified in a signal catalog.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSignalCatalogResponse.Builder name(String name)
The name of the signal catalog.
name - The name of the signal catalog.GetSignalCatalogResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the signal catalog.
arn - The Amazon Resource Name (ARN) of the signal catalog.GetSignalCatalogResponse.Builder description(String description)
A brief description of the signal catalog.
description - A brief description of the signal catalog.GetSignalCatalogResponse.Builder nodeCounts(NodeCounts nodeCounts)
The total number of network nodes specified in a signal catalog.
nodeCounts - The total number of network nodes specified in a signal catalog.default GetSignalCatalogResponse.Builder nodeCounts(Consumer<NodeCounts.Builder> nodeCounts)
The total number of network nodes specified in a signal catalog.
This is a convenience method that creates an instance of theNodeCounts.Builder avoiding the need to
create one manually via NodeCounts.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to nodeCounts(NodeCounts).
nodeCounts - a consumer that will call methods on NodeCounts.BuildernodeCounts(NodeCounts)GetSignalCatalogResponse.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).GetSignalCatalogResponse.Builder lastModificationTime(Instant lastModificationTime)
The last time the signal catalog was modified.
lastModificationTime - The last time the signal catalog was modified.Copyright © 2022. All rights reserved.