public static interface GrantFlowEntitlementsRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<GrantFlowEntitlementsRequest.Builder,GrantFlowEntitlementsRequest>
Modifier and Type | Method and Description |
---|---|
GrantFlowEntitlementsRequest.Builder |
entitlements(Collection<GrantEntitlementRequest> entitlements)
The list of entitlements that you want to grant.
|
GrantFlowEntitlementsRequest.Builder |
entitlements(Consumer<GrantEntitlementRequest.Builder>... entitlements)
The list of entitlements that you want to grant.
|
GrantFlowEntitlementsRequest.Builder |
entitlements(GrantEntitlementRequest... entitlements)
The list of entitlements that you want to grant.
|
GrantFlowEntitlementsRequest.Builder |
flowArn(String flowArn)
The flow that you want to grant entitlements on.
|
GrantFlowEntitlementsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GrantFlowEntitlementsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GrantFlowEntitlementsRequest.Builder entitlements(Collection<GrantEntitlementRequest> entitlements)
entitlements
- The list of entitlements that you want to grant.GrantFlowEntitlementsRequest.Builder entitlements(GrantEntitlementRequest... entitlements)
entitlements
- The list of entitlements that you want to grant.GrantFlowEntitlementsRequest.Builder entitlements(Consumer<GrantEntitlementRequest.Builder>... entitlements)
List.Builder
avoiding the need to create one manually via #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)
GrantFlowEntitlementsRequest.Builder flowArn(String flowArn)
flowArn
- The flow that you want to grant entitlements on.GrantFlowEntitlementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GrantFlowEntitlementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.