Interface CreatePackagingGroupRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreatePackagingGroupRequest.Builder,,- CreatePackagingGroupRequest> - MediaPackageVodRequest.Builder,- SdkBuilder<CreatePackagingGroupRequest.Builder,,- CreatePackagingGroupRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreatePackagingGroupRequest
@Mutable
@NotThreadSafe
public static interface CreatePackagingGroupRequest.Builder
extends MediaPackageVodRequest.Builder, SdkPojo, CopyableBuilder<CreatePackagingGroupRequest.Builder,CreatePackagingGroupRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.mediapackagevod.model.MediaPackageVodRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
authorizationSets 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.
 
- 
authorizationdefault 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.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 on- Authorization.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
egressAccessLogsSets 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.
 
- 
egressAccessLogsdefault 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.Builderavoiding the need to create one manually viaEgressAccessLogs.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toegressAccessLogs(EgressAccessLogs).- Parameters:
- egressAccessLogs- a consumer that will call methods on- EgressAccessLogs.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
idThe 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.
 
- 
tagsSets 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.
 
- 
overrideConfigurationCreatePackagingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreatePackagingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-