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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateFleetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateFleetRequest.Builder |
stackName(String stackName)
The name of the stack.
|
buildoverrideConfigurationcopyapplyMutation, buildAssociateFleetRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateFleetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.