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