public static interface GatewaySummary.Builder extends SdkPojo, CopyableBuilder<GatewaySummary.Builder,GatewaySummary>
| Modifier and Type | Method and Description |
|---|---|
GatewaySummary.Builder |
creationDate(Instant creationDate)
The date the gateway was created, in Unix epoch time.
|
GatewaySummary.Builder |
gatewayCapabilitySummaries(Collection<GatewayCapabilitySummary> gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status.
|
GatewaySummary.Builder |
gatewayCapabilitySummaries(Consumer<GatewayCapabilitySummary.Builder>... gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status.
|
GatewaySummary.Builder |
gatewayCapabilitySummaries(GatewayCapabilitySummary... gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status.
|
GatewaySummary.Builder |
gatewayId(String gatewayId)
The ID of the gateway device.
|
GatewaySummary.Builder |
gatewayName(String gatewayName)
The name of the asset.
|
default GatewaySummary.Builder |
gatewayPlatform(Consumer<GatewayPlatform.Builder> gatewayPlatform)
Sets the value of the GatewayPlatform property for this object.
|
GatewaySummary.Builder |
gatewayPlatform(GatewayPlatform gatewayPlatform)
Sets the value of the GatewayPlatform property for this object.
|
GatewaySummary.Builder |
lastUpdateDate(Instant lastUpdateDate)
The date the gateway was last updated, in Unix epoch time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGatewaySummary.Builder gatewayId(String gatewayId)
The ID of the gateway device.
gatewayId - The ID of the gateway device.GatewaySummary.Builder gatewayName(String gatewayName)
The name of the asset.
gatewayName - The name of the asset.GatewaySummary.Builder gatewayPlatform(GatewayPlatform gatewayPlatform)
gatewayPlatform - The new value for the GatewayPlatform property for this object.default GatewaySummary.Builder gatewayPlatform(Consumer<GatewayPlatform.Builder> gatewayPlatform)
GatewayPlatform.Builder avoiding the
need to create one manually via GatewayPlatform.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to gatewayPlatform(GatewayPlatform).gatewayPlatform - a consumer that will call methods on GatewayPlatform.BuildergatewayPlatform(GatewayPlatform)GatewaySummary.Builder gatewayCapabilitySummaries(Collection<GatewayCapabilitySummary> gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.
gatewayCapabilitySummaries - A list of gateway capability summaries that each contain a namespace and status. Each gateway
capability defines data sources for the gateway. To retrieve a capability configuration's definition,
use DescribeGatewayCapabilityConfiguration.GatewaySummary.Builder gatewayCapabilitySummaries(GatewayCapabilitySummary... gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.
gatewayCapabilitySummaries - A list of gateway capability summaries that each contain a namespace and status. Each gateway
capability defines data sources for the gateway. To retrieve a capability configuration's definition,
use DescribeGatewayCapabilityConfiguration.GatewaySummary.Builder gatewayCapabilitySummaries(Consumer<GatewayCapabilitySummary.Builder>... gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #gatewayCapabilitySummaries(List) .gatewayCapabilitySummaries - a consumer that will call methods on List.Builder #gatewayCapabilitySummaries(List) GatewaySummary.Builder creationDate(Instant creationDate)
The date the gateway was created, in Unix epoch time.
creationDate - The date the gateway was created, in Unix epoch time.GatewaySummary.Builder lastUpdateDate(Instant lastUpdateDate)
The date the gateway was last updated, in Unix epoch time.
lastUpdateDate - The date the gateway was last updated, in Unix epoch time.Copyright © 2022. All rights reserved.