Uses of Interface
software.amazon.awssdk.services.guardduty.model.Master.Builder
-
Packages that use Master.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Master.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return Master.Builder Modifier and Type Method Description Master.BuilderMaster.Builder. accountId(String accountId)The ID of the account used as the administrator account.static Master.BuilderMaster. builder()Master.BuilderMaster.Builder. invitationId(String invitationId)The value used to validate the administrator account to the member account.Master.BuilderMaster.Builder. invitedAt(String invitedAt)The timestamp when the invitation was sent.Master.BuilderMaster.Builder. relationshipStatus(String relationshipStatus)The status of the relationship between the administrator and member accounts.Master.BuilderMaster. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Master.Builder Modifier and Type Method Description static Class<? extends Master.Builder>Master. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Master.Builder Modifier and Type Method Description default GetMasterAccountResponse.BuilderGetMasterAccountResponse.Builder. master(Consumer<Master.Builder> master)The administrator account details.
-