public static interface UpdatePackagingGroupResponse.Builder extends MediaPackageVodResponse.Builder, SdkPojo, CopyableBuilder<UpdatePackagingGroupResponse.Builder,UpdatePackagingGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 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 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 © 2021. All rights reserved.