public static interface CreateFleetResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<CreateFleetResponse.Builder,CreateFleetResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateFleetResponse.Builder |
fleetAttributes(Consumer<FleetAttributes.Builder> fleetAttributes)
Properties for the newly created fleet.
|
CreateFleetResponse.Builder |
fleetAttributes(FleetAttributes fleetAttributes)
Properties for the newly created fleet.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateFleetResponse.Builder fleetAttributes(FleetAttributes fleetAttributes)
Properties for the newly created fleet.
fleetAttributes - Properties for the newly created fleet.default CreateFleetResponse.Builder fleetAttributes(Consumer<FleetAttributes.Builder> fleetAttributes)
Properties for the newly created fleet.
This is a convenience that creates an instance of theFleetAttributes.Builder avoiding the need to
create one manually via FleetAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fleetAttributes(FleetAttributes).fleetAttributes - a consumer that will call methods on FleetAttributes.BuilderfleetAttributes(FleetAttributes)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.