Interface CreatePackagingGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreatePackagingGroupRequest.Builder,
,CreatePackagingGroupRequest> MediaPackageVodRequest.Builder
,SdkBuilder<CreatePackagingGroupRequest.Builder,
,CreatePackagingGroupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreatePackagingGroupRequest
public static interface CreatePackagingGroupRequest.Builder
extends MediaPackageVodRequest.Builder, SdkPojo, CopyableBuilder<CreatePackagingGroupRequest.Builder,CreatePackagingGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionauthorization
(Consumer<Authorization.Builder> authorization) Sets the value of the Authorization property for this object.authorization
(Authorization authorization) Sets the value of the Authorization property for this object.egressAccessLogs
(Consumer<EgressAccessLogs.Builder> egressAccessLogs) Sets the value of the EgressAccessLogs property for this object.egressAccessLogs
(EgressAccessLogs egressAccessLogs) Sets the value of the EgressAccessLogs property for this object.The ID of the PackagingGroup.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Sets the value of the Tags property for this object.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.mediapackagevod.model.MediaPackageVodRequest.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 Details
-
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 CreatePackagingGroupRequest.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.Builder
avoiding the need to create one manually viaAuthorization.builder()
.When the
Consumer
completes,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:
-
egressAccessLogs
Sets the value of the EgressAccessLogs property for this object.- Parameters:
egressAccessLogs
- The new value for the EgressAccessLogs property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
egressAccessLogs
default CreatePackagingGroupRequest.Builder egressAccessLogs(Consumer<EgressAccessLogs.Builder> egressAccessLogs) Sets the value of the EgressAccessLogs property for this object. This is a convenience method that creates an instance of theEgressAccessLogs.Builder
avoiding the need to create one manually viaEgressAccessLogs.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toegressAccessLogs(EgressAccessLogs)
.- Parameters:
egressAccessLogs
- a consumer that will call methods onEgressAccessLogs.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
id
The ID of the PackagingGroup.- Parameters:
id
- The ID of the PackagingGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Sets the value of the Tags property for this object.- Parameters:
tags
- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePackagingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreatePackagingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-