Interface GetSignalCatalogResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSignalCatalogResponse.Builder,GetSignalCatalogResponse>,IoTFleetWiseResponse.Builder,SdkBuilder<GetSignalCatalogResponse.Builder,GetSignalCatalogResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSignalCatalogResponse
public static interface GetSignalCatalogResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<GetSignalCatalogResponse.Builder,GetSignalCatalogResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetSignalCatalogResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the signal catalog.GetSignalCatalogResponse.BuildercreationTime(Instant creationTime)The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).GetSignalCatalogResponse.Builderdescription(String description)A brief description of the signal catalog.GetSignalCatalogResponse.BuilderlastModificationTime(Instant lastModificationTime)The last time the signal catalog was modified.GetSignalCatalogResponse.Buildername(String name)The name of the signal catalog.default GetSignalCatalogResponse.BuildernodeCounts(Consumer<NodeCounts.Builder> nodeCounts)The total number of network nodes specified in a signal catalog.GetSignalCatalogResponse.BuildernodeCounts(NodeCounts nodeCounts)The total number of network nodes specified in a signal catalog.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
name
GetSignalCatalogResponse.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
GetSignalCatalogResponse.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.
-
description
GetSignalCatalogResponse.Builder description(String description)
A brief description of the signal catalog.
- Parameters:
description- A brief description of the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeCounts
GetSignalCatalogResponse.Builder nodeCounts(NodeCounts nodeCounts)
The total number of network nodes specified in a signal catalog.
- Parameters:
nodeCounts- The total number of network nodes specified in a signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeCounts
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.Builderavoiding the need to create one manually viaNodeCounts.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonodeCounts(NodeCounts).- Parameters:
nodeCounts- a consumer that will call methods onNodeCounts.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
nodeCounts(NodeCounts)
-
creationTime
GetSignalCatalogResponse.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
GetSignalCatalogResponse.Builder lastModificationTime(Instant lastModificationTime)
The last time the signal catalog was modified.
- Parameters:
lastModificationTime- The last time the signal catalog was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-