public static interface ListProfilesRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProfilesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of profiles to return.
|
ListProfilesRequest.Builder |
nextToken(String nextToken)
When there are additional results that were not returned, a
NextToken parameter is returned. |
ListProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProfilesRequest.Builder |
profileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ListProfilesRequest.Builder |
profileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of profiles to return.
maxResults - The maximum number of profiles to return.ListProfilesRequest.Builder nextToken(String nextToken)
When there are additional results that were not returned, a NextToken parameter is returned. You
can use that value for a subsequent call to ListProfiles to continue listing results.
nextToken - When there are additional results that were not returned, a NextToken parameter is
returned. You can use that value for a subsequent call to ListProfiles to continue
listing results.ListProfilesRequest.Builder profileType(String profileType)
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles.
If not supplied in the request, the command lists all types of profiles.
profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileType,
ProfileTypeListProfilesRequest.Builder profileType(ProfileType profileType)
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles.
If not supplied in the request, the command lists all types of profiles.
profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileType,
ProfileTypeListProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.