public static interface DeleteOriginEndpointRequest.Builder extends MediaPackageV2Request.Builder, SdkPojo, CopyableBuilder<DeleteOriginEndpointRequest.Builder,DeleteOriginEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteOriginEndpointRequest.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
DeleteOriginEndpointRequest.Builder |
channelName(String channelName)
The name that describes the channel.
|
DeleteOriginEndpointRequest.Builder |
originEndpointName(String originEndpointName)
The name that describes the origin endpoint.
|
DeleteOriginEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteOriginEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteOriginEndpointRequest.Builder channelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
channelGroupName - The name that describes the channel group. The name is the primary identifier for the channel group,
and must be unique for your account in the AWS Region.DeleteOriginEndpointRequest.Builder channelName(String channelName)
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
channelName - The name that describes the channel. The name is the primary identifier for the channel, and must be
unique for your account in the AWS Region and channel group.DeleteOriginEndpointRequest.Builder originEndpointName(String originEndpointName)
The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
originEndpointName - The name that describes the origin endpoint. The name is the primary identifier for the origin
endpoint, and and must be unique for your account in the AWS Region and channel.DeleteOriginEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteOriginEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.