CopyableBuilder<AssociateFleetRequest.Builder,AssociateFleetRequest>
, SdkBuilder<AssociateFleetRequest.Builder,AssociateFleetRequest>
public static interface AssociateFleetRequest.Builder extends CopyableBuilder<AssociateFleetRequest.Builder,AssociateFleetRequest>
Modifier and Type | Method | Description |
---|---|---|
AssociateFleetRequest.Builder |
fleetName(String fleetName) |
The name of the fleet to associate.
|
AssociateFleetRequest.Builder |
stackName(String stackName) |
The name of the stack to which the fleet is associated.
|
copy
apply, build
AssociateFleetRequest.Builder fleetName(String fleetName)
The name of the fleet to associate.
fleetName
- The name of the fleet to associate.AssociateFleetRequest.Builder stackName(String stackName)
The name of the stack to which the fleet is associated.
stackName
- The name of the stack to which the fleet is associated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.