@Generated(value="software.amazon.awssdk:codegen") public final class StartEdgeConfigurationUpdateRequest extends KinesisVideoRequest implements ToCopyableBuilder<StartEdgeConfigurationUpdateRequest.Builder,StartEdgeConfigurationUpdateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartEdgeConfigurationUpdateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartEdgeConfigurationUpdateRequest.Builder |
builder() |
EdgeConfig |
edgeConfig()
The edge configuration details required to invoke the update process.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartEdgeConfigurationUpdateRequest.Builder> |
serializableBuilderClass() |
String |
streamARN()
The Amazon Resource Name (ARN) of the stream.
|
String |
streamName()
The name of the stream whose edge configuration you want to update.
|
StartEdgeConfigurationUpdateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String streamName()
The name of the stream whose edge configuration you want to update. Specify either the StreamName or
the StreamARN.
StreamName or the StreamARN.public final String streamARN()
The Amazon Resource Name (ARN) of the stream. Specify either the StreamName or the
StreamARN.
StreamName or the
StreamARN.public final EdgeConfig edgeConfig()
The edge configuration details required to invoke the update process.
public StartEdgeConfigurationUpdateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartEdgeConfigurationUpdateRequest.Builder,StartEdgeConfigurationUpdateRequest>toBuilder in class KinesisVideoRequestpublic static StartEdgeConfigurationUpdateRequest.Builder builder()
public static Class<? extends StartEdgeConfigurationUpdateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.