Interface ListApplicationsFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListApplicationsFilter.Builder,ListApplicationsFilter>,SdkBuilder<ListApplicationsFilter.Builder,ListApplicationsFilter>,SdkPojo
- Enclosing class:
- ListApplicationsFilter
public static interface ListApplicationsFilter.Builder extends SdkPojo, CopyableBuilder<ListApplicationsFilter.Builder,ListApplicationsFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationsFilter.BuilderapplicationAccount(String applicationAccount)An Amazon Web Services account ID number that filters the results in the response.ListApplicationsFilter.BuilderapplicationProvider(String applicationProvider)The ARN of an application provider that can filter the results in the response.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationAccount
ListApplicationsFilter.Builder applicationAccount(String applicationAccount)
An Amazon Web Services account ID number that filters the results in the response.
- Parameters:
applicationAccount- An Amazon Web Services account ID number that filters the results in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationProvider
ListApplicationsFilter.Builder applicationProvider(String applicationProvider)
The ARN of an application provider that can filter the results in the response.
- Parameters:
applicationProvider- The ARN of an application provider that can filter the results in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-