Interface UpdateOriginEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateOriginEndpointRequest.Builder,UpdateOriginEndpointRequest>,MediaPackageRequest.Builder,SdkBuilder<UpdateOriginEndpointRequest.Builder,UpdateOriginEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateOriginEndpointRequest
public static interface UpdateOriginEndpointRequest.Builder extends MediaPackageRequest.Builder, SdkPojo, CopyableBuilder<UpdateOriginEndpointRequest.Builder,UpdateOriginEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateOriginEndpointRequest.Builderauthorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.UpdateOriginEndpointRequest.Builderauthorization(Authorization authorization)Sets the value of the Authorization property for this object.default UpdateOriginEndpointRequest.BuildercmafPackage(Consumer<CmafPackageCreateOrUpdateParameters.Builder> cmafPackage)Sets the value of the CmafPackage property for this object.UpdateOriginEndpointRequest.BuildercmafPackage(CmafPackageCreateOrUpdateParameters cmafPackage)Sets the value of the CmafPackage property for this object.default UpdateOriginEndpointRequest.BuilderdashPackage(Consumer<DashPackage.Builder> dashPackage)Sets the value of the DashPackage property for this object.UpdateOriginEndpointRequest.BuilderdashPackage(DashPackage dashPackage)Sets the value of the DashPackage property for this object.UpdateOriginEndpointRequest.Builderdescription(String description)A short text description of the OriginEndpoint.default UpdateOriginEndpointRequest.BuilderhlsPackage(Consumer<HlsPackage.Builder> hlsPackage)Sets the value of the HlsPackage property for this object.UpdateOriginEndpointRequest.BuilderhlsPackage(HlsPackage hlsPackage)Sets the value of the HlsPackage property for this object.UpdateOriginEndpointRequest.Builderid(String id)The ID of the OriginEndpoint to update.UpdateOriginEndpointRequest.BuildermanifestName(String manifestName)A short string that will be appended to the end of the Endpoint URL.default UpdateOriginEndpointRequest.BuildermssPackage(Consumer<MssPackage.Builder> mssPackage)Sets the value of the MssPackage property for this object.UpdateOriginEndpointRequest.BuildermssPackage(MssPackage mssPackage)Sets the value of the MssPackage property for this object.UpdateOriginEndpointRequest.Builderorigination(String origination)Control whether origination of video is allowed for this OriginEndpoint.UpdateOriginEndpointRequest.Builderorigination(Origination origination)Control whether origination of video is allowed for this OriginEndpoint.UpdateOriginEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateOriginEndpointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateOriginEndpointRequest.BuilderstartoverWindowSeconds(Integer startoverWindowSeconds)Maximum duration (in seconds) of content to retain for startover playback.UpdateOriginEndpointRequest.BuildertimeDelaySeconds(Integer timeDelaySeconds)Amount of delay (in seconds) to enforce on the playback of live content.UpdateOriginEndpointRequest.Builderwhitelist(String... whitelist)A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.UpdateOriginEndpointRequest.Builderwhitelist(Collection<String> whitelist)A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediapackage.model.MediaPackageRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
authorization
UpdateOriginEndpointRequest.Builder authorization(Authorization authorization)
Sets the value of the Authorization property for this object.- Parameters:
authorization- The new value for the Authorization property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorization
default UpdateOriginEndpointRequest.Builder authorization(Consumer<Authorization.Builder> authorization)
Sets the value of the Authorization property for this object. This is a convenience method that creates an instance of theAuthorization.Builderavoiding the need to create one manually viaAuthorization.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthorization(Authorization).- Parameters:
authorization- a consumer that will call methods onAuthorization.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
authorization(Authorization)
-
cmafPackage
UpdateOriginEndpointRequest.Builder cmafPackage(CmafPackageCreateOrUpdateParameters cmafPackage)
Sets the value of the CmafPackage property for this object.- Parameters:
cmafPackage- The new value for the CmafPackage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cmafPackage
default UpdateOriginEndpointRequest.Builder cmafPackage(Consumer<CmafPackageCreateOrUpdateParameters.Builder> cmafPackage)
Sets the value of the CmafPackage property for this object. This is a convenience method that creates an instance of theCmafPackageCreateOrUpdateParameters.Builderavoiding the need to create one manually viaCmafPackageCreateOrUpdateParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocmafPackage(CmafPackageCreateOrUpdateParameters).- Parameters:
cmafPackage- a consumer that will call methods onCmafPackageCreateOrUpdateParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cmafPackage(CmafPackageCreateOrUpdateParameters)
-
dashPackage
UpdateOriginEndpointRequest.Builder dashPackage(DashPackage dashPackage)
Sets the value of the DashPackage property for this object.- Parameters:
dashPackage- The new value for the DashPackage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashPackage
default UpdateOriginEndpointRequest.Builder dashPackage(Consumer<DashPackage.Builder> dashPackage)
Sets the value of the DashPackage property for this object. This is a convenience method that creates an instance of theDashPackage.Builderavoiding the need to create one manually viaDashPackage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todashPackage(DashPackage).- Parameters:
dashPackage- a consumer that will call methods onDashPackage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dashPackage(DashPackage)
-
description
UpdateOriginEndpointRequest.Builder description(String description)
A short text description of the OriginEndpoint.- Parameters:
description- A short text description of the OriginEndpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hlsPackage
UpdateOriginEndpointRequest.Builder hlsPackage(HlsPackage hlsPackage)
Sets the value of the HlsPackage property for this object.- Parameters:
hlsPackage- The new value for the HlsPackage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hlsPackage
default UpdateOriginEndpointRequest.Builder hlsPackage(Consumer<HlsPackage.Builder> hlsPackage)
Sets the value of the HlsPackage property for this object. This is a convenience method that creates an instance of theHlsPackage.Builderavoiding the need to create one manually viaHlsPackage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohlsPackage(HlsPackage).- Parameters:
hlsPackage- a consumer that will call methods onHlsPackage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
hlsPackage(HlsPackage)
-
id
UpdateOriginEndpointRequest.Builder id(String id)
The ID of the OriginEndpoint to update.- Parameters:
id- The ID of the OriginEndpoint to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifestName
UpdateOriginEndpointRequest.Builder manifestName(String manifestName)
A short string that will be appended to the end of the Endpoint URL.- Parameters:
manifestName- A short string that will be appended to the end of the Endpoint URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mssPackage
UpdateOriginEndpointRequest.Builder mssPackage(MssPackage mssPackage)
Sets the value of the MssPackage property for this object.- Parameters:
mssPackage- The new value for the MssPackage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mssPackage
default UpdateOriginEndpointRequest.Builder mssPackage(Consumer<MssPackage.Builder> mssPackage)
Sets the value of the MssPackage property for this object. This is a convenience method that creates an instance of theMssPackage.Builderavoiding the need to create one manually viaMssPackage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomssPackage(MssPackage).- Parameters:
mssPackage- a consumer that will call methods onMssPackage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
mssPackage(MssPackage)
-
origination
UpdateOriginEndpointRequest.Builder origination(String origination)
Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination- Parameters:
origination- Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Origination,Origination
-
origination
UpdateOriginEndpointRequest.Builder origination(Origination origination)
Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination- Parameters:
origination- Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Origination,Origination
-
startoverWindowSeconds
UpdateOriginEndpointRequest.Builder startoverWindowSeconds(Integer startoverWindowSeconds)
Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.- Parameters:
startoverWindowSeconds- Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeDelaySeconds
UpdateOriginEndpointRequest.Builder timeDelaySeconds(Integer timeDelaySeconds)
Amount of delay (in seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.- Parameters:
timeDelaySeconds- Amount of delay (in seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
whitelist
UpdateOriginEndpointRequest.Builder whitelist(Collection<String> whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.- Parameters:
whitelist- A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
whitelist
UpdateOriginEndpointRequest.Builder whitelist(String... whitelist)
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.- Parameters:
whitelist- A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateOriginEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateOriginEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-