public static interface PackagingGroup.Builder extends SdkPojo, CopyableBuilder<PackagingGroup.Builder,PackagingGroup>
| Modifier and Type | Method and Description |
|---|---|
PackagingGroup.Builder |
approximateAssetCount(Integer approximateAssetCount)
The approximate asset count of the PackagingGroup.
|
PackagingGroup.Builder |
arn(String arn)
The ARN of the PackagingGroup.
|
PackagingGroup.Builder |
authorization(Authorization authorization)
Sets the value of the Authorization property for this object.
|
default PackagingGroup.Builder |
authorization(Consumer<Authorization.Builder> authorization)
Sets the value of the Authorization property for this object.
|
PackagingGroup.Builder |
domainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.
|
default PackagingGroup.Builder |
egressAccessLogs(Consumer<EgressAccessLogs.Builder> egressAccessLogs)
Sets the value of the EgressAccessLogs property for this object.
|
PackagingGroup.Builder |
egressAccessLogs(EgressAccessLogs egressAccessLogs)
Sets the value of the EgressAccessLogs property for this object.
|
PackagingGroup.Builder |
id(String id)
The ID of the PackagingGroup.
|
PackagingGroup.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPackagingGroup.Builder approximateAssetCount(Integer approximateAssetCount)
approximateAssetCount - The approximate asset count of the PackagingGroup.PackagingGroup.Builder arn(String arn)
arn - The ARN of the PackagingGroup.PackagingGroup.Builder authorization(Authorization authorization)
authorization - The new value for the Authorization property for this object.default PackagingGroup.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)PackagingGroup.Builder domainName(String domainName)
domainName - The fully qualified domain name for Assets in the PackagingGroup.PackagingGroup.Builder egressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs - The new value for the EgressAccessLogs property for this object.default PackagingGroup.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)PackagingGroup.Builder id(String id)
id - The ID of the PackagingGroup.PackagingGroup.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2023. All rights reserved.