Interface InviteMembersRequest.Builder

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

public static interface InviteMembersRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<InviteMembersRequest.Builder,InviteMembersRequest>
  • Method Details

    • detectorId

      InviteMembersRequest.Builder detectorId(String detectorId)

      The unique ID of the detector of the GuardDuty account that you want to invite members with.

      Parameters:
      detectorId - The unique ID of the detector of the GuardDuty account that you want to invite members with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountIds

      A list of account IDs of the accounts that you want to invite to GuardDuty as members.

      Parameters:
      accountIds - A list of account IDs of the accounts that you want to invite to GuardDuty as members.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountIds

      InviteMembersRequest.Builder accountIds(String... accountIds)

      A list of account IDs of the accounts that you want to invite to GuardDuty as members.

      Parameters:
      accountIds - A list of account IDs of the accounts that you want to invite to GuardDuty as members.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • disableEmailNotification

      InviteMembersRequest.Builder disableEmailNotification(Boolean disableEmailNotification)

      A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.

      Parameters:
      disableEmailNotification - A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.

      Parameters:
      message - The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      InviteMembersRequest.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.