Uses of Interface
software.amazon.awssdk.services.securityhub.model.Member.Builder
-
Packages that use Member.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Member.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return Member.Builder Modifier and Type Method Description Member.BuilderMember.Builder. accountId(String accountId)The Amazon Web Services account ID of the member account.Member.BuilderMember.Builder. administratorId(String administratorId)The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.static Member.BuilderMember. builder()Member.BuilderMember.Builder. email(String email)The email address of the member account.Member.BuilderMember.Builder. invitedAt(Instant invitedAt)A timestamp for the date and time when the invitation was sent to the member account.Member.BuilderMember.Builder. masterId(String masterId)Deprecated.This field is deprecated, use AdministratorId instead.Member.BuilderMember.Builder. memberStatus(String memberStatus)The status of the relationship between the member account and its administrator account.Member.BuilderMember. toBuilder()Member.BuilderMember.Builder. updatedAt(Instant updatedAt)The timestamp for the date and time when the member account was updated.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Member.Builder Modifier and Type Method Description static Class<? extends Member.Builder>Member. serializableBuilderClass()
-