@Generated(value="software.amazon.awssdk:codegen") public final class UpdateStreamingDistributionRequest extends CloudFrontRequest implements ToCopyableBuilder<UpdateStreamingDistributionRequest.Builder,UpdateStreamingDistributionRequest>
The request to update a streaming distribution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateStreamingDistributionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateStreamingDistributionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The streaming distribution's id.
|
String |
ifMatch()
The value of the
ETag header that you received when retrieving the streaming distribution's
configuration. |
static Class<? extends UpdateStreamingDistributionRequest.Builder> |
serializableBuilderClass() |
StreamingDistributionConfig |
streamingDistributionConfig()
The streaming distribution's configuration information.
|
UpdateStreamingDistributionRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic StreamingDistributionConfig streamingDistributionConfig()
The streaming distribution's configuration information.
public String id()
The streaming distribution's id.
public String ifMatch()
The value of the ETag header that you received when retrieving the streaming distribution's
configuration. For example: E2QWRUHAPOMQZL.
ETag header that you received when retrieving the streaming distribution's
configuration. For example: E2QWRUHAPOMQZL.public UpdateStreamingDistributionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateStreamingDistributionRequest.Builder,UpdateStreamingDistributionRequest>toBuilder in class CloudFrontRequestpublic static UpdateStreamingDistributionRequest.Builder builder()
public static Class<? extends UpdateStreamingDistributionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.