Interface AcceptInvitationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AcceptInvitationRequest.Builder,AcceptInvitationRequest>,GuardDutyRequest.Builder,SdkBuilder<AcceptInvitationRequest.Builder,AcceptInvitationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AcceptInvitationRequest
public static interface AcceptInvitationRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<AcceptInvitationRequest.Builder,AcceptInvitationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcceptInvitationRequest.BuilderdetectorId(String detectorId)The unique ID of the detector of the GuardDuty member account.AcceptInvitationRequest.BuilderinvitationId(String invitationId)The value that is used to validate the administrator account to the member account.AcceptInvitationRequest.BuildermasterId(String masterId)The account ID of the GuardDuty administrator account whose invitation you're accepting.AcceptInvitationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AcceptInvitationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.guardduty.model.GuardDutyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
detectorId
AcceptInvitationRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Parameters:
detectorId- The unique ID of the detector of the GuardDuty member account.To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterId
AcceptInvitationRequest.Builder masterId(String masterId)
The account ID of the GuardDuty administrator account whose invitation you're accepting.
- Parameters:
masterId- The account ID of the GuardDuty administrator account whose invitation you're accepting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invitationId
AcceptInvitationRequest.Builder invitationId(String invitationId)
The value that is used to validate the administrator account to the member account.
- Parameters:
invitationId- The value that is used to validate the administrator account to the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AcceptInvitationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AcceptInvitationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-