public static interface AssociateFleetRequest.Builder extends AppStreamRequest.Builder, CopyableBuilder<AssociateFleetRequest.Builder,AssociateFleetRequest>
Modifier and Type | Method and Description |
---|---|
AssociateFleetRequest.Builder |
fleetName(String fleetName)
The name of the fleet.
|
AssociateFleetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AssociateFleetRequest.Builder |
stackName(String stackName)
The name of the stack.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
AssociateFleetRequest.Builder fleetName(String fleetName)
The name of the fleet.
fleetName
- The name of the fleet.AssociateFleetRequest.Builder stackName(String stackName)
The name of the stack.
stackName
- The name of the stack.AssociateFleetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.