Interface ListShareInvitationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListShareInvitationsRequest.Builder,ListShareInvitationsRequest>,SdkBuilder<ListShareInvitationsRequest.Builder,ListShareInvitationsRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- ListShareInvitationsRequest
public static interface ListShareInvitationsRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListShareInvitationsRequest.Builder,ListShareInvitationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListShareInvitationsRequest.BuilderlensNamePrefix(String lensNamePrefix)An optional string added to the beginning of each lens name returned in the results.ListShareInvitationsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return for this request.ListShareInvitationsRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListShareInvitationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListShareInvitationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListShareInvitationsRequest.BuilderprofileNamePrefix(String profileNamePrefix)An optional string added to the beginning of each profile name returned in the results.ListShareInvitationsRequest.BuildershareResourceType(String shareResourceType)The type of share invitations to be returned.ListShareInvitationsRequest.BuildershareResourceType(ShareResourceType shareResourceType)The type of share invitations to be returned.ListShareInvitationsRequest.BuildertemplateNamePrefix(String templateNamePrefix)An optional string added to the beginning of each review template name returned in the results.ListShareInvitationsRequest.BuilderworkloadNamePrefix(String workloadNamePrefix)Sets the value of the WorkloadNamePrefix property for this object.-
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
-
workloadNamePrefix
ListShareInvitationsRequest.Builder workloadNamePrefix(String workloadNamePrefix)
Sets the value of the WorkloadNamePrefix property for this object.- Parameters:
workloadNamePrefix- The new value for the WorkloadNamePrefix property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensNamePrefix
ListShareInvitationsRequest.Builder lensNamePrefix(String lensNamePrefix)
An optional string added to the beginning of each lens name returned in the results.
- Parameters:
lensNamePrefix- An optional string added to the beginning of each lens name returned in the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shareResourceType
ListShareInvitationsRequest.Builder shareResourceType(String shareResourceType)
The type of share invitations to be returned.
- Parameters:
shareResourceType- The type of share invitations to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareResourceType,ShareResourceType
-
shareResourceType
ListShareInvitationsRequest.Builder shareResourceType(ShareResourceType shareResourceType)
The type of share invitations to be returned.
- Parameters:
shareResourceType- The type of share invitations to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareResourceType,ShareResourceType
-
nextToken
ListShareInvitationsRequest.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
ListShareInvitationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for this request.
- Parameters:
maxResults- The maximum number of results to return for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileNamePrefix
ListShareInvitationsRequest.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.
-
templateNamePrefix
ListShareInvitationsRequest.Builder templateNamePrefix(String templateNamePrefix)
An optional string added to the beginning of each review template name returned in the results.
- Parameters:
templateNamePrefix- An optional string added to the beginning of each review template name returned in the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListShareInvitationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListShareInvitationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-