public static interface UpdatePackagingGroupResponse.Builder extends MediaPackageVodResponse.Builder, SdkPojo, CopyableBuilder<UpdatePackagingGroupResponse.Builder,UpdatePackagingGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdatePackagingGroupResponse.Builder |
approximateAssetCount(Integer approximateAssetCount)
The approximate asset count of the PackagingGroup.
|
UpdatePackagingGroupResponse.Builder |
arn(String arn)
The ARN of the PackagingGroup.
|
UpdatePackagingGroupResponse.Builder |
authorization(Authorization authorization)
Sets the value of the Authorization property for this object.
|
default UpdatePackagingGroupResponse.Builder |
authorization(Consumer<Authorization.Builder> authorization)
Sets the value of the Authorization property for this object.
|
UpdatePackagingGroupResponse.Builder |
domainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.
|
default UpdatePackagingGroupResponse.Builder |
egressAccessLogs(Consumer<EgressAccessLogs.Builder> egressAccessLogs)
Sets the value of the EgressAccessLogs property for this object.
|
UpdatePackagingGroupResponse.Builder |
egressAccessLogs(EgressAccessLogs egressAccessLogs)
Sets the value of the EgressAccessLogs property for this object.
|
UpdatePackagingGroupResponse.Builder |
id(String id)
The ID of the PackagingGroup.
|
UpdatePackagingGroupResponse.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePackagingGroupResponse.Builder approximateAssetCount(Integer approximateAssetCount)
approximateAssetCount - The approximate asset count of the PackagingGroup.UpdatePackagingGroupResponse.Builder arn(String arn)
arn - The ARN of the PackagingGroup.UpdatePackagingGroupResponse.Builder authorization(Authorization authorization)
authorization - The new value for the Authorization property for this object.default UpdatePackagingGroupResponse.Builder authorization(Consumer<Authorization.Builder> authorization)
Authorization.Builder avoiding the need
to create one manually via Authorization.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to authorization(Authorization).
authorization - a consumer that will call methods on Authorization.Builderauthorization(Authorization)UpdatePackagingGroupResponse.Builder domainName(String domainName)
domainName - The fully qualified domain name for Assets in the PackagingGroup.UpdatePackagingGroupResponse.Builder egressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs - The new value for the EgressAccessLogs property for this object.default UpdatePackagingGroupResponse.Builder egressAccessLogs(Consumer<EgressAccessLogs.Builder> egressAccessLogs)
EgressAccessLogs.Builder avoiding the
need to create one manually via EgressAccessLogs.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to egressAccessLogs(EgressAccessLogs).
egressAccessLogs - a consumer that will call methods on EgressAccessLogs.BuilderegressAccessLogs(EgressAccessLogs)UpdatePackagingGroupResponse.Builder id(String id)
id - The ID of the PackagingGroup.UpdatePackagingGroupResponse.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2023. All rights reserved.