Interface RouterDestination.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouterDestination.Builder,,RouterDestination> SdkBuilder<RouterDestination.Builder,,RouterDestination> SdkPojo
- Enclosing class:
RouterDestination
@Mutable
@NotThreadSafe
public static interface RouterDestination.Builder
extends SdkPojo, CopyableBuilder<RouterDestination.Builder,RouterDestination>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZoneName(String availabilityZoneName) The Availability Zone (AZ) names of the AZs this destination is created in.routerOutputArn(String routerOutputArn) ARN of the output from MediaConnect Router currently connected to this input.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
availabilityZoneName
The Availability Zone (AZ) names of the AZs this destination is created in.- Parameters:
availabilityZoneName- The Availability Zone (AZ) names of the AZs this destination is created in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routerOutputArn
ARN of the output from MediaConnect Router currently connected to this input.- Parameters:
routerOutputArn- ARN of the output from MediaConnect Router currently connected to this input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-