Interface ListShareInvitationsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListShareInvitationsRequest.Builder,ListShareInvitationsRequest>, SdkBuilder<ListShareInvitationsRequest.Builder,ListShareInvitationsRequest>, SdkPojo, SdkRequest.Builder, WellArchitectedRequest.Builder
Enclosing class:
ListShareInvitationsRequest

  • Method Details

    • 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

      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:
    • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.