Interface CreatePackagingGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreatePackagingGroupResponse.Builder,CreatePackagingGroupResponse>,MediaPackageVodResponse.Builder,SdkBuilder<CreatePackagingGroupResponse.Builder,CreatePackagingGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreatePackagingGroupResponse
public static interface CreatePackagingGroupResponse.Builder extends MediaPackageVodResponse.Builder, SdkPojo, CopyableBuilder<CreatePackagingGroupResponse.Builder,CreatePackagingGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreatePackagingGroupResponse.Builderarn(String arn)The ARN of the PackagingGroup.default CreatePackagingGroupResponse.Builderauthorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.CreatePackagingGroupResponse.Builderauthorization(Authorization authorization)Sets the value of the Authorization property for this object.CreatePackagingGroupResponse.BuildercreatedAt(String createdAt)The time the PackagingGroup was created.CreatePackagingGroupResponse.BuilderdomainName(String domainName)The fully qualified domain name for Assets in the PackagingGroup.default CreatePackagingGroupResponse.BuilderegressAccessLogs(Consumer<EgressAccessLogs.Builder> egressAccessLogs)Sets the value of the EgressAccessLogs property for this object.CreatePackagingGroupResponse.BuilderegressAccessLogs(EgressAccessLogs egressAccessLogs)Sets the value of the EgressAccessLogs property for this object.CreatePackagingGroupResponse.Builderid(String id)The ID of the PackagingGroup.CreatePackagingGroupResponse.Buildertags(Map<String,String> tags)Sets the value of the Tags property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediapackagevod.model.MediaPackageVodResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CreatePackagingGroupResponse.Builder arn(String arn)
The ARN of the PackagingGroup.- Parameters:
arn- The ARN of the PackagingGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorization
CreatePackagingGroupResponse.Builder authorization(Authorization authorization)
Sets 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.
-
authorization
default CreatePackagingGroupResponse.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 onAuthorization.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
authorization(Authorization)
-
createdAt
CreatePackagingGroupResponse.Builder createdAt(String createdAt)
The time the PackagingGroup was created.- Parameters:
createdAt- The time the PackagingGroup was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
CreatePackagingGroupResponse.Builder domainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.- Parameters:
domainName- The fully qualified domain name for Assets in the PackagingGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
egressAccessLogs
CreatePackagingGroupResponse.Builder egressAccessLogs(EgressAccessLogs egressAccessLogs)
Sets 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.
-
egressAccessLogs
default CreatePackagingGroupResponse.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 onEgressAccessLogs.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
egressAccessLogs(EgressAccessLogs)
-
id
CreatePackagingGroupResponse.Builder id(String id)
The 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.
-
tags
CreatePackagingGroupResponse.Builder tags(Map<String,String> tags)
Sets 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.
-
-