Interface ListProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>,SdkBuilder<ListProfilesRequest.Builder,ListProfilesRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- ListProfilesRequest
public static interface ListProfilesRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProfilesRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return.ListProfilesRequest.BuildernextToken(String nextToken)When there are additional results that were not returned, aNextTokenparameter is returned.ListProfilesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProfilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProfilesRequest.BuilderprofileType(String profileType)Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.ListProfilesRequest.BuilderprofileType(ProfileType profileType)Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
-
-
-
Method Detail
-
maxResults
ListProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return.
- Parameters:
maxResults- The maximum number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListProfilesRequest.Builder nextToken(String nextToken)
When there are additional results that were not returned, a
NextTokenparameter is returned. You can use that value for a subsequent call toListProfilesto continue listing results.- Parameters:
nextToken- When there are additional results that were not returned, aNextTokenparameter is returned. You can use that value for a subsequent call toListProfilesto continue listing results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileType
ListProfilesRequest.Builder profileType(String profileType)
Indicates whether to list only
LOCALtype profiles or onlyPARTNERtype profiles. If not supplied in the request, the command lists all types of profiles.- Parameters:
profileType- Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles. If not supplied in the request, the command lists all types of profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProfileType,ProfileType
-
profileType
ListProfilesRequest.Builder profileType(ProfileType profileType)
Indicates whether to list only
LOCALtype profiles or onlyPARTNERtype profiles. If not supplied in the request, the command lists all types of profiles.- Parameters:
profileType- Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles. If not supplied in the request, the command lists all types of profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProfileType,ProfileType
-
overrideConfiguration
ListProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-