Interface ApplicationFleetAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationFleetAssociation.Builder,ApplicationFleetAssociation>,SdkBuilder<ApplicationFleetAssociation.Builder,ApplicationFleetAssociation>,SdkPojo
- Enclosing class:
- ApplicationFleetAssociation
public static interface ApplicationFleetAssociation.Builder extends SdkPojo, CopyableBuilder<ApplicationFleetAssociation.Builder,ApplicationFleetAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationFleetAssociation.BuilderapplicationArn(String applicationArn)The ARN of the application associated with the fleet.ApplicationFleetAssociation.BuilderfleetName(String fleetName)The name of the fleet associated with the application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fleetName
ApplicationFleetAssociation.Builder fleetName(String fleetName)
The name of the fleet associated with the application.
- Parameters:
fleetName- The name of the fleet associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArn
ApplicationFleetAssociation.Builder applicationArn(String applicationArn)
The ARN of the application associated with the fleet.
- Parameters:
applicationArn- The ARN of the application associated with the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-