public static interface UpdateFlowEntitlementResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowEntitlementResponse.Builder,UpdateFlowEntitlementResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateFlowEntitlementResponse.Builder |
entitlement(Consumer<Entitlement.Builder> entitlement)
The new configuration of the entitlement that you updated.
|
UpdateFlowEntitlementResponse.Builder |
entitlement(Entitlement entitlement)
The new configuration of the entitlement that you updated.
|
UpdateFlowEntitlementResponse.Builder |
flowArn(String flowArn)
The ARN of the flow that this entitlement was granted on.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFlowEntitlementResponse.Builder entitlement(Entitlement entitlement)
entitlement - The new configuration of the entitlement that you updated.default UpdateFlowEntitlementResponse.Builder entitlement(Consumer<Entitlement.Builder> entitlement)
Entitlement.Builder avoiding the need to create one manually via Entitlement.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to entitlement(Entitlement).entitlement - a consumer that will call methods on Entitlement.Builderentitlement(Entitlement)UpdateFlowEntitlementResponse.Builder flowArn(String flowArn)
flowArn - The ARN of the flow that this entitlement was granted on.Copyright © 2020. All rights reserved.