public static interface AssociateApplicationFleetResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<AssociateApplicationFleetResponse.Builder,AssociateApplicationFleetResponse>
| Modifier and Type | Method and Description |
|---|---|
AssociateApplicationFleetResponse.Builder |
applicationFleetAssociation(ApplicationFleetAssociation applicationFleetAssociation)
If fleet name is specified, this returns the list of applications that are associated to it.
|
default AssociateApplicationFleetResponse.Builder |
applicationFleetAssociation(Consumer<ApplicationFleetAssociation.Builder> applicationFleetAssociation)
If fleet name is specified, this returns the list of applications that are associated to it.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateApplicationFleetResponse.Builder applicationFleetAssociation(ApplicationFleetAssociation applicationFleetAssociation)
If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.
applicationFleetAssociation - If fleet name is specified, this returns the list of applications that are associated to it. If
application ARN is specified, this returns the list of fleets to which it is associated.default AssociateApplicationFleetResponse.Builder applicationFleetAssociation(Consumer<ApplicationFleetAssociation.Builder> applicationFleetAssociation)
If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.
This is a convenience method that creates an instance of theApplicationFleetAssociation.Builder
avoiding the need to create one manually via ApplicationFleetAssociation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to applicationFleetAssociation(ApplicationFleetAssociation).
applicationFleetAssociation - a consumer that will call methods on ApplicationFleetAssociation.BuilderapplicationFleetAssociation(ApplicationFleetAssociation)Copyright © 2023. All rights reserved.