ToCopyableBuilder<UpdatePipelineResponse.Builder,UpdatePipelineResponse>
@Generated("software.amazon.awssdk:codegen") public class UpdatePipelineResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UpdatePipelineResponse.Builder,UpdatePipelineResponse>
When you update a pipeline, Elastic Transcoder returns the values that you specified in the request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdatePipelineResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UpdatePipelineResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Pipeline |
pipeline() |
The pipeline updated by this
UpdatePipelineResponse call. |
static Class<? extends UpdatePipelineResponse.Builder> |
serializableBuilderClass() |
|
UpdatePipelineResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<Warning> |
warnings() |
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
setSdkHttpMetadata, setSdkResponseMetadata
public Pipeline pipeline()
The pipeline updated by this UpdatePipelineResponse
call.
UpdatePipelineResponse
call.public List<Warning> warnings()
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
public UpdatePipelineResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdatePipelineResponse.Builder,UpdatePipelineResponse>
public static UpdatePipelineResponse.Builder builder()
public static Class<? extends UpdatePipelineResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.