public static interface GetOriginEndpointPolicyResponse.Builder extends MediaPackageV2Response.Builder, SdkPojo, CopyableBuilder<GetOriginEndpointPolicyResponse.Builder,GetOriginEndpointPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetOriginEndpointPolicyResponse.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
GetOriginEndpointPolicyResponse.Builder |
channelName(String channelName)
The name that describes the channel.
|
GetOriginEndpointPolicyResponse.Builder |
originEndpointName(String originEndpointName)
The name that describes the origin endpoint.
|
GetOriginEndpointPolicyResponse.Builder |
policy(String policy)
The policy assigned to the origin endpoint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOriginEndpointPolicyResponse.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.GetOriginEndpointPolicyResponse.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.GetOriginEndpointPolicyResponse.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.GetOriginEndpointPolicyResponse.Builder policy(String policy)
The policy assigned to the origin endpoint.
policy - The policy assigned to the origin endpoint.Copyright © 2023. All rights reserved.