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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GrantFlowEntitlementsResponse.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)
.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #entitlements(List)
.entitlements
- a consumer that will call methods on List.Builder
#entitlements(List)
GrantFlowEntitlementsResponse.Builder flowArn(String flowArn)
flowArn
- The ARN of the flow that these entitlements were granted to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.