Interface DescribeEdgeConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEdgeConfigurationResponse.Builder,DescribeEdgeConfigurationResponse>,KinesisVideoResponse.Builder,SdkBuilder<DescribeEdgeConfigurationResponse.Builder,DescribeEdgeConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEdgeConfigurationResponse
public static interface DescribeEdgeConfigurationResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<DescribeEdgeConfigurationResponse.Builder,DescribeEdgeConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeEdgeConfigurationResponse.BuildercreationTime(Instant creationTime)The timestamp at which a stream’s edge configuration was first created.default DescribeEdgeConfigurationResponse.BuilderedgeAgentStatus(Consumer<EdgeAgentStatus.Builder> edgeAgentStatus)An object that contains the latest status details for an edge agent's recorder and uploader jobs.DescribeEdgeConfigurationResponse.BuilderedgeAgentStatus(EdgeAgentStatus edgeAgentStatus)An object that contains the latest status details for an edge agent's recorder and uploader jobs.default DescribeEdgeConfigurationResponse.BuilderedgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component.DescribeEdgeConfigurationResponse.BuilderedgeConfig(EdgeConfig edgeConfig)A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component.DescribeEdgeConfigurationResponse.BuilderfailedStatusDetails(String failedStatusDetails)A description of the generated failure status.DescribeEdgeConfigurationResponse.BuilderlastUpdatedTime(Instant lastUpdatedTime)The timestamp at which a stream’s edge configuration was last updated.DescribeEdgeConfigurationResponse.BuilderstreamARN(String streamARN)The Amazon Resource Name (ARN) of the stream.DescribeEdgeConfigurationResponse.BuilderstreamName(String streamName)The name of the stream from which the edge configuration was updated.DescribeEdgeConfigurationResponse.BuildersyncStatus(String syncStatus)The latest status of the edge configuration update.DescribeEdgeConfigurationResponse.BuildersyncStatus(SyncStatus syncStatus)The latest status of the edge configuration update.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoResponse.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
-
streamName
DescribeEdgeConfigurationResponse.Builder streamName(String streamName)
The name of the stream from which the edge configuration was updated.
- Parameters:
streamName- The name of the stream from which the edge configuration was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamARN
DescribeEdgeConfigurationResponse.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
- Parameters:
streamARN- The Amazon Resource Name (ARN) of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DescribeEdgeConfigurationResponse.Builder creationTime(Instant creationTime)
The timestamp at which a stream’s edge configuration was first created.
- Parameters:
creationTime- The timestamp at which a stream’s edge configuration was first created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
DescribeEdgeConfigurationResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
The timestamp at which a stream’s edge configuration was last updated.
- Parameters:
lastUpdatedTime- The timestamp at which a stream’s edge configuration was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
syncStatus
DescribeEdgeConfigurationResponse.Builder syncStatus(String syncStatus)
The latest status of the edge configuration update.
- Parameters:
syncStatus- The latest status of the edge configuration update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SyncStatus,SyncStatus
-
syncStatus
DescribeEdgeConfigurationResponse.Builder syncStatus(SyncStatus syncStatus)
The latest status of the edge configuration update.
- Parameters:
syncStatus- The latest status of the edge configuration update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SyncStatus,SyncStatus
-
failedStatusDetails
DescribeEdgeConfigurationResponse.Builder failedStatusDetails(String failedStatusDetails)
A description of the generated failure status.
- Parameters:
failedStatusDetails- A description of the generated failure status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeConfig
DescribeEdgeConfigurationResponse.Builder edgeConfig(EdgeConfig edgeConfig)
A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.
- Parameters:
edgeConfig- A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeConfig
default DescribeEdgeConfigurationResponse.Builder edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)
A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.
This is a convenience method that creates an instance of theEdgeConfig.Builderavoiding the need to create one manually viaEdgeConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toedgeConfig(EdgeConfig).- Parameters:
edgeConfig- a consumer that will call methods onEdgeConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
edgeConfig(EdgeConfig)
-
edgeAgentStatus
DescribeEdgeConfigurationResponse.Builder edgeAgentStatus(EdgeAgentStatus edgeAgentStatus)
An object that contains the latest status details for an edge agent's recorder and uploader jobs. Use this information to determine the current health of an edge agent.
- Parameters:
edgeAgentStatus- An object that contains the latest status details for an edge agent's recorder and uploader jobs. Use this information to determine the current health of an edge agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeAgentStatus
default DescribeEdgeConfigurationResponse.Builder edgeAgentStatus(Consumer<EdgeAgentStatus.Builder> edgeAgentStatus)
An object that contains the latest status details for an edge agent's recorder and uploader jobs. Use this information to determine the current health of an edge agent.
This is a convenience method that creates an instance of theEdgeAgentStatus.Builderavoiding the need to create one manually viaEdgeAgentStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toedgeAgentStatus(EdgeAgentStatus).- Parameters:
edgeAgentStatus- a consumer that will call methods onEdgeAgentStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
edgeAgentStatus(EdgeAgentStatus)
-
-