public static interface GrantFlowEntitlementsResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<GrantFlowEntitlementsResponse.Builder,GrantFlowEntitlementsResponse>
| Modifier and Type | Method and Description |
|---|---|
GrantFlowEntitlementsResponse.Builder |
entitlements(Collection<Entitlement> entitlements)
The entitlements that were just granted.
|
GrantFlowEntitlementsResponse.Builder |
entitlements(Consumer<Entitlement.Builder>... entitlements)
The entitlements that were just granted.
|
GrantFlowEntitlementsResponse.Builder |
entitlements(Entitlement... entitlements)
The entitlements that were just granted.
|
GrantFlowEntitlementsResponse.Builder |
flowArn(String flowArn)
The ARN of the flow that these entitlements were granted to.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGrantFlowEntitlementsResponse.Builder entitlements(Collection<Entitlement> entitlements)
entitlements - The entitlements that were just granted.GrantFlowEntitlementsResponse.Builder entitlements(Entitlement... entitlements)
entitlements - The entitlements that were just granted.GrantFlowEntitlementsResponse.Builder entitlements(Consumer<Entitlement.Builder>... entitlements)
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 #entitlements(List.
entitlements - a consumer that will call methods on
Entitlement.Builder#entitlements(java.util.Collection) GrantFlowEntitlementsResponse.Builder flowArn(String flowArn)
flowArn - The ARN of the flow that these entitlements were granted to.Copyright © 2023. All rights reserved.