.withBindVariableValue("type", "FIRST_PARTY");
// Get the audience segment.
RuleBasedFirstPartyAudienceSegment audienceSegment =
(RuleBasedFirstPartyAudienceSegment) audienceSegmentService
.getAudienceSegmentsByStatement(statementBuilder.toStatement()).getResults()[0];
// Update the member expiration days.
audienceSegment.setMembershipExpirationDays(180);
// Update the audience segment on the server.