Interface RevokeFlowEntitlementResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RevokeFlowEntitlementResponse.Builder,RevokeFlowEntitlementResponse>,MediaConnectResponse.Builder,SdkBuilder<RevokeFlowEntitlementResponse.Builder,RevokeFlowEntitlementResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RevokeFlowEntitlementResponse
public static interface RevokeFlowEntitlementResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<RevokeFlowEntitlementResponse.Builder,RevokeFlowEntitlementResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevokeFlowEntitlementResponse.BuilderentitlementArn(String entitlementArn)The ARN of the entitlement that was revoked.RevokeFlowEntitlementResponse.BuilderflowArn(String flowArn)The ARN of the flow that the entitlement was revoked from.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
entitlementArn
RevokeFlowEntitlementResponse.Builder entitlementArn(String entitlementArn)
The ARN of the entitlement that was revoked.- Parameters:
entitlementArn- The ARN of the entitlement that was revoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowArn
RevokeFlowEntitlementResponse.Builder flowArn(String flowArn)
The ARN of the flow that the entitlement was revoked from.- Parameters:
flowArn- The ARN of the flow that the entitlement was revoked from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-