Interface ListProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>,SdkBuilder<ListProfilesRequest.Builder,ListProfilesRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- ListProfilesRequest
public static interface ListProfilesRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProfilesRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListProfilesRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListProfilesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProfilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProfilesRequest.BuilderprofileNamePrefix(String profileNamePrefix)An optional string added to the beginning of each profile name returned in the results.ListProfilesRequest.BuilderprofileOwnerType(String profileOwnerType)Profile owner type.ListProfilesRequest.BuilderprofileOwnerType(ProfileOwnerType profileOwnerType)Profile owner type.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
-
-
-
Method Detail
-
profileNamePrefix
ListProfilesRequest.Builder profileNamePrefix(String profileNamePrefix)
An optional string added to the beginning of each profile name returned in the results.
- Parameters:
profileNamePrefix- An optional string added to the beginning of each profile name returned in the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileOwnerType
ListProfilesRequest.Builder profileOwnerType(String profileOwnerType)
Profile owner type.
- Parameters:
profileOwnerType- Profile owner type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProfileOwnerType,ProfileOwnerType
-
profileOwnerType
ListProfilesRequest.Builder profileOwnerType(ProfileOwnerType profileOwnerType)
Profile owner type.
- Parameters:
profileOwnerType- Profile owner type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProfileOwnerType,ProfileOwnerType
-
nextToken
ListProfilesRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListProfilesRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-